diff options
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat-xsys/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/xchat-xsys/xchat-xsys-2.2.0.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-irc/xchat-xsys/ChangeLog b/net-irc/xchat-xsys/ChangeLog index fda56fc5dcae..bac4c1817399 100644 --- a/net-irc/xchat-xsys/ChangeLog +++ b/net-irc/xchat-xsys/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat-xsys -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.60 2007/11/12 20:53:44 chainsaw Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.61 2008/01/14 16:47:22 chainsaw Exp $ + + 14 Jan 2008; Tony Vroon <chainsaw@gentoo.org> xchat-xsys-2.2.0.ebuild: + Add pkgconfig dependency for the Evil Compile Person + <bugs@dev.gentooexperimental.org>, closes bug #205473. *xchat-xsys-2.2.0 (12 Nov 2007) diff --git a/net-irc/xchat-xsys/xchat-xsys-2.2.0.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.2.0.ebuild index 2551ef6cf0f4..6d0914142f51 100644 --- a/net-irc/xchat-xsys/xchat-xsys-2.2.0.ebuild +++ b/net-irc/xchat-xsys/xchat-xsys-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.2.0.ebuild,v 1.1 2007/11/12 20:53:44 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.2.0.ebuild,v 1.2 2008/01/14 16:47:22 chainsaw Exp $ inherit toolchain-funcs eutils @@ -18,6 +18,7 @@ DEPEND="|| ( >=net-irc/xchat-2.4.0 >=net-irc/xchat-gnome-0.4 ) + dev-util/pkgconfig sys-apps/pciutils >=media-sound/audacious-1.4.0" |