diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-02-25 19:53:48 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-02-25 19:53:48 +0000 |
commit | a40d8ed53ffe89584477b00e5397323f0294e39c (patch) | |
tree | ccb34b320d3873432778632a9b074f64d31b338c /x11-plugins | |
parent | Version bump to 0.10.2 (diff) | |
download | gentoo-2-a40d8ed53ffe89584477b00e5397323f0294e39c.tar.gz gentoo-2-a40d8ed53ffe89584477b00e5397323f0294e39c.tar.bz2 gentoo-2-a40d8ed53ffe89584477b00e5397323f0294e39c.zip |
fix dependency on dev-lang/spidermonkey (set SLOT to 0)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/hexchat-javascript/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/hexchat-javascript/ChangeLog b/x11-plugins/hexchat-javascript/ChangeLog index d01e4f42d885..bbb7ef4606da 100644 --- a/x11-plugins/hexchat-javascript/ChangeLog +++ b/x11-plugins/hexchat-javascript/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/hexchat-javascript # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.3 2014/01/07 21:49:56 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.4 2014/02/25 19:53:48 hasufell Exp $ + + 25 Feb 2014; Julian Ospald <hasufell@gentoo.org> + hexchat-javascript-0.3.1.ebuild: + fix dependency on dev-lang/spidermonkey (set SLOT to 0) *hexchat-javascript-0.3.1 (07 Jan 2014) 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 ef239c19aedb..9d8eca1cabdd 100644 --- a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild +++ b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild,v 1.1 2014/01/07 21:49:56 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild,v 1.2 2014/02/25 19:53:48 hasufell Exp $ EAPI=5 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="examples" RDEPEND=" - dev-lang/spidermonkey + dev-lang/spidermonkey:0 >=net-irc/hexchat-2.9.6[plugins]" DEPEND="${RDEPEND} virtual/pkgconfig" |