Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/hexchat-javascript/
Date: Sun, 05 Feb 2017 18:30:57
Message-Id: 1486319449.735d088a467da7de1c9d067a01a7c1b48bd3ca3c.polynomial-c@gentoo
1 commit: 735d088a467da7de1c9d067a01a7c1b48bd3ca3c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 18:30:37 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 18:30:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735d088a
7
8 x11-plugins/hexchat-javascript: Plugins are now default-enabled in hexchat.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild | 4 ++--
13 x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild
17 index 61eb307..a3ad91c 100644
18 --- a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild
19 +++ b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -17,7 +17,7 @@ IUSE="examples"
27
28 RDEPEND="
29 dev-lang/spidermonkey:0
30 - >=net-irc/hexchat-2.9.6[plugins]"
31 + >=net-irc/hexchat-2.9.6[plugins(+)]"
32 DEPEND="${RDEPEND}
33 virtual/pkgconfig"
34
35
36 diff --git a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild
37 index 71586dc..52628c2 100644
38 --- a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild
39 +++ b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2014 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -17,7 +17,7 @@ IUSE="examples"
47
48 RDEPEND="
49 dev-lang/spidermonkey:0
50 - >=net-irc/hexchat-2.9.6[plugins]"
51 + >=net-irc/hexchat-2.9.6[plugins(+)]"
52 DEPEND="${RDEPEND}
53 virtual/pkgconfig"