diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-06-03 12:19:02 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-06-03 12:19:02 +0000 |
commit | ebea1207725298706decc54e860ec7b0d2c8a46c (patch) | |
tree | 8a62b29e269f60ac0dfbe750816825548f0c6b96 /net-irc | |
parent | Add ruby21 target (diff) | |
download | gentoo-2-ebea1207725298706decc54e860ec7b0d2c8a46c.tar.gz gentoo-2-ebea1207725298706decc54e860ec7b0d2c8a46c.tar.bz2 gentoo-2-ebea1207725298706decc54e860ec7b0d2c8a46c.zip |
fix nls dependency wrt #512280, restrict tests wrt #512280
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.10.0.ebuild | 5 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index 91c19a26a554..53c8d2a78161 100644 --- a/net-irc/hexchat/ChangeLog +++ b/net-irc/hexchat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/hexchat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.100 2014/06/02 18:09:33 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.101 2014/06/03 12:19:02 hasufell Exp $ + + 03 Jun 2014; Julian Ospald <hasufell@gentoo.org> hexchat-2.10.0.ebuild, + hexchat-9999.ebuild: + fix nls dependency wrt #512280, restrict tests wrt #512280 02 Jun 2014; Julian Ospald <hasufell@gentoo.org> hexchat-2.10.0.ebuild, hexchat-9999.ebuild: diff --git a/net-irc/hexchat/hexchat-2.10.0.ebuild b/net-irc/hexchat/hexchat-2.10.0.ebuild index 7714117e0af8..b865a9a4fe00 100644 --- a/net-irc/hexchat/hexchat-2.10.0.ebuild +++ b/net-irc/hexchat/hexchat-2.10.0.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/net-irc/hexchat/hexchat-2.10.0.ebuild,v 1.2 2014/06/02 18:09:33 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild,v 1.3 2014/06/03 12:19:02 hasufell Exp $ EAPI=5 @@ -16,6 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" IUSE="dbus +gtk ipv6 libcanberra libnotify libproxy nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python spell ssl theme-manager" REQUIRED_USE="plugins? ( python? ( ${PYTHON_REQUIRED_USE} ) )" +RESTRICT="test" DEPEND="dev-libs/glib:2 dbus? ( >=dev-libs/dbus-glib-0.98 ) @@ -38,7 +39,7 @@ RDEPEND="${DEPEND} DEPEND="${DEPEND} app-arch/xz-utils virtual/pkgconfig - nls? ( sys-devel/gettext ) + nls? ( dev-util/intltool ) theme-manager? ( dev-util/monodevelop )" pkg_setup() { diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 31ad8a887543..8c2bf604f5ab 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.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/net-irc/hexchat/hexchat-9999.ebuild,v 1.14 2014/06/02 18:09:33 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.15 2014/06/03 12:19:02 hasufell Exp $ EAPI=5 @@ -17,6 +17,7 @@ SLOT="0" KEYWORDS="" IUSE="dbus +gtk ipv6 libcanberra libnotify libproxy nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python spell ssl theme-manager" REQUIRED_USE="plugins? ( python? ( ${PYTHON_REQUIRED_USE} ) )" +RESTRICT="test" DEPEND="dev-libs/glib:2 dbus? ( >=dev-libs/dbus-glib-0.98 ) @@ -39,7 +40,7 @@ RDEPEND="${DEPEND} DEPEND="${DEPEND} app-arch/xz-utils virtual/pkgconfig - nls? ( sys-devel/gettext ) + nls? ( dev-util/intltool ) theme-manager? ( dev-util/monodevelop )" pkg_setup() { |