diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-02-05 19:30:37 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-02-05 19:30:49 +0100 |
commit | 735d088a467da7de1c9d067a01a7c1b48bd3ca3c (patch) | |
tree | 2789bd236df3565dfa6c62a11696c38566b1c987 /x11-plugins/hexchat-javascript | |
parent | ab1eb4e8dcbdb2da85ff8ebbfa17671ff609c5a1 (diff) | |
download | gentoo-735d088a467da7de1c9d067a01a7c1b48bd3ca3c.tar.gz gentoo-735d088a467da7de1c9d067a01a7c1b48bd3ca3c.tar.xz |
x11-plugins/hexchat-javascript: Plugins are now default-enabled in hexchat.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-plugins/hexchat-javascript')
-rw-r--r-- | x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild index 61eb3076322..a3ad91cf181 100644 --- a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild +++ b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="examples" RDEPEND=" dev-lang/spidermonkey:0 - >=net-irc/hexchat-2.9.6[plugins]" + >=net-irc/hexchat-2.9.6[plugins(+)]" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild index 71586dc811f..52628c22e1d 100644 --- a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild +++ b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="examples" RDEPEND=" dev-lang/spidermonkey:0 - >=net-irc/hexchat-2.9.6[plugins]" + >=net-irc/hexchat-2.9.6[plugins(+)]" DEPEND="${RDEPEND} virtual/pkgconfig" |