diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-11-08 18:06:34 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-11-08 18:07:08 +0100 |
commit | 6b3d4510d4f12ccd1da7d8c4f16f10874af9e1bf (patch) | |
tree | bec260a312392574827159e8e9db8a5b0ed4e2cc /net-irc/hexchat | |
parent | app-admin/perl-cleaner: Remove old (diff) | |
download | gentoo-6b3d4510d4f12ccd1da7d8c4f16f10874af9e1bf.tar.gz gentoo-6b3d4510d4f12ccd1da7d8c4f16f10874af9e1bf.tar.bz2 gentoo-6b3d4510d4f12ccd1da7d8c4f16f10874af9e1bf.zip |
net-irc/hexchat: Needs perl slot op, bug 615792
Bug: https://bugs.gentoo.org/615792
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-irc/hexchat')
-rw-r--r-- | net-irc/hexchat/hexchat-2.12.4-r2.ebuild | 2 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.14.1.ebuild | 2 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.14.2.ebuild | 2 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild index 247381635a4b..ccfbc8588e83 100644 --- a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild +++ b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild @@ -31,7 +31,7 @@ COMMON_DEPEND="dev-libs/glib:2 libnotify? ( x11-libs/libnotify ) lua? ( dev-lang/lua:= ) nls? ( virtual/libintl ) - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) plugin-sysinfo? ( sys-apps/pciutils ) python? ( ${PYTHON_DEPS} ) spell? ( app-text/iso-codes ) diff --git a/net-irc/hexchat/hexchat-2.14.1.ebuild b/net-irc/hexchat/hexchat-2.14.1.ebuild index 34d8f3345253..39418acb1e0c 100644 --- a/net-irc/hexchat/hexchat-2.14.1.ebuild +++ b/net-irc/hexchat/hexchat-2.14.1.ebuild @@ -37,7 +37,7 @@ COMMON_DEPEND=" libproxy? ( net-libs/libproxy ) libnotify? ( x11-libs/libnotify ) lua? ( dev-lang/lua:= ) - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) plugin-sysinfo? ( sys-apps/pciutils ) python? ( ${PYTHON_DEPS} ) ssl? ( diff --git a/net-irc/hexchat/hexchat-2.14.2.ebuild b/net-irc/hexchat/hexchat-2.14.2.ebuild index f1794c30fd42..80a6f2e61243 100644 --- a/net-irc/hexchat/hexchat-2.14.2.ebuild +++ b/net-irc/hexchat/hexchat-2.14.2.ebuild @@ -37,7 +37,7 @@ COMMON_DEPEND=" libproxy? ( net-libs/libproxy ) libnotify? ( x11-libs/libnotify ) lua? ( dev-lang/lua:= ) - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) plugin-sysinfo? ( sys-apps/pciutils ) python? ( ${PYTHON_DEPS} ) ssl? ( diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 14a652693e67..9457dba03b86 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND=" libproxy? ( net-libs/libproxy ) libnotify? ( x11-libs/libnotify ) lua? ( dev-lang/lua:= ) - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) plugin-sysinfo? ( sys-apps/pciutils ) python? ( ${PYTHON_DEPS} ) ssl? ( |