diff options
author | Alec Warner <antarus@gentoo.org> | 2006-02-20 15:25:30 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-02-20 15:25:30 +0000 |
commit | 9dc82bc4279c7d0430e326a966603baabc75ad49 (patch) | |
tree | b43cf600027c19730c66472dce99ca4e38240aa8 /net-irc/xchat-gnome | |
parent | Digest fix. (diff) | |
download | gentoo-2-9dc82bc4279c7d0430e326a966603baabc75ad49.tar.gz gentoo-2-9dc82bc4279c7d0430e326a966603baabc75ad49.tar.bz2 gentoo-2-9dc82bc4279c7d0430e326a966603baabc75ad49.zip |
Fix double libsexy in RDEPEND, Thanks to Alex <nesl247@gmail.com>
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-irc/xchat-gnome')
-rw-r--r-- | net-irc/xchat-gnome/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.9-r1.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog index 9b374cfb671f..d9168e819df0 100644 --- a/net-irc/xchat-gnome/ChangeLog +++ b/net-irc/xchat-gnome/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/xchat-gnome # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.15 2006/02/20 00:22:37 deltacow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.16 2006/02/20 15:25:30 antarus Exp $ + + 20 Feb 2006; Alec Warner <antarus@gentoo.org> + xchat-gnome-0.9-r1.ebuild: + Fix double libsexy in RDEPEND, Thanks to Alex <nesl247@gmail.com> + for reporting. Bug # 123480. 20 Feb 2006; Scott Stoddard <deltacow@gentoo.org> xchat-gnome-0.9-r1.ebuild: diff --git a/net-irc/xchat-gnome/xchat-gnome-0.9-r1.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.9-r1.ebuild index 691b868ff3b5..489e04c4b129 100644 --- a/net-irc/xchat-gnome/xchat-gnome-0.9-r1.ebuild +++ b/net-irc/xchat-gnome/xchat-gnome-0.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.9-r1.ebuild,v 1.2 2006/02/20 00:22:37 deltacow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.9-r1.ebuild,v 1.3 2006/02/20 15:25:30 antarus Exp $ inherit gnome2 eutils autotools @@ -20,7 +20,6 @@ RDEPEND=">=dev-libs/glib-2.0.3 >=gnome-base/libglade-2 >=gnome-base/gnome-vfs-2 >=x11-libs/gtk+-2.8 - >=x11-libs/libsexy-0.1.4 ssl? ( >=dev-libs/openssl-0.9.6d ) perl? ( >=dev-lang/perl-5.6.1 ) python? ( dev-lang/python ) |