diff options
author | 2015-03-25 16:48:28 +0000 | |
---|---|---|
committer | 2015-03-25 16:48:28 +0000 | |
commit | 3f24a532bd2fc9c2ea4d5c93d0dedd50ff522b46 (patch) | |
tree | 427adba51cb608566f6adcb818bb805b418e0b91 /net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild | |
parent | Fix tcl/tk slotting (diff) | |
download | gentoo-2-3f24a532bd2fc9c2ea4d5c93d0dedd50ff522b46.tar.gz gentoo-2-3f24a532bd2fc9c2ea4d5c93d0dedd50ff522b46.tar.bz2 gentoo-2-3f24a532bd2fc9c2ea4d5c93d0dedd50ff522b46.zip |
Fix tcl/tk slotting; bump to EAPI=5
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild')
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild index 56044dfae0ca..3dbc128cc5b1 100644 --- a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild +++ b/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.13 2015/01/28 22:59:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.14 2015/03/25 16:48:28 jlec Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -18,7 +18,8 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="dbus libnotify cpu_flags_x86_mmx nls perl python spell ssl tcl" -RDEPEND=">=dev-libs/glib-2.18:2 +RDEPEND=" + >=dev-libs/glib-2.18:2 >=gnome-base/libgnome-2.16.0 >=gnome-base/gconf-2.8.0 >=gnome-base/libgnomeui-2.16.0 @@ -30,7 +31,7 @@ RDEPEND=">=dev-libs/glib-2.18:2 spell? ( app-text/enchant ) ssl? ( >=dev-libs/openssl-0.9.6d ) perl? ( >=dev-lang/perl-5.6.1 ) - tcl? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl:0 ) dbus? ( >=sys-apps/dbus-0.60 ) libnotify? ( >=x11-libs/libnotify-0.3.2 ) " |