diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:50:37 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:50:37 +0000 |
commit | 7d6b42f437fac34ca2e6f201303d1fc79b374c32 (patch) | |
tree | edc0e3462ffbf9fb715671b535915dcd58c0c613 /net-irc/xchat | |
parent | Fix gtk+ slot deps (diff) | |
download | gentoo-2-7d6b42f437fac34ca2e6f201303d1fc79b374c32.tar.gz gentoo-2-7d6b42f437fac34ca2e6f201303d1fc79b374c32.tar.bz2 gentoo-2-7d6b42f437fac34ca2e6f201303d1fc79b374c32.zip |
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/xchat')
-rw-r--r-- | net-irc/xchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.8.6-r2.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 81ee3f2c255f..5cc297be4040 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.296 2011/03/22 09:54:15 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.297 2011/03/29 12:50:37 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> xchat-2.8.6-r2.ebuild: + Fix gtk+ slot deps 22 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> xchat-2.8.8-r1.ebuild, xchat-2.8.8-r2.ebuild, metadata.xml: diff --git a/net-irc/xchat/xchat-2.8.6-r2.ebuild b/net-irc/xchat/xchat-2.8.6-r2.ebuild index f91f6656cbd2..e97822f0d035 100644 --- a/net-irc/xchat/xchat-2.8.6-r2.ebuild +++ b/net-irc/xchat/xchat-2.8.6-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r2.ebuild,v 1.3 2009/09/07 13:36:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r2.ebuild,v 1.4 2011/03/29 12:50:37 angelos Exp $ +EAPI=1 inherit eutils versionator gnome2 DESCRIPTION="Graphical IRC client" @@ -15,8 +16,8 @@ SLOT="2" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk xchatdccserver xft" -RDEPEND=">=dev-libs/glib-2.6.0 - !xchatnogtk? ( >=x11-libs/gtk+-2.10.0 ) +RDEPEND=">=dev-libs/glib-2.6.0:2 + !xchatnogtk? ( >=x11-libs/gtk+-2.10.0:2 ) ssl? ( >=dev-libs/openssl-0.9.6d ) perl? ( >=dev-lang/perl-5.6.1 ) python? ( >=dev-lang/python-2.2 ) |