diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 06:27:15 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 06:27:15 +0000 |
commit | e44de9bb42fe6401f923962d7db73b55b53d4574 (patch) | |
tree | 732417887d17bd85ab1f3490cf3a4cec6b4c8034 /net-irc/xchat-xsys | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-e44de9bb42fe6401f923962d7db73b55b53d4574.tar.gz gentoo-2-e44de9bb42fe6401f923962d7db73b55b53d4574.tar.bz2 gentoo-2-e44de9bb42fe6401f923962d7db73b55b53d4574.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'net-irc/xchat-xsys')
-rw-r--r-- | net-irc/xchat-xsys/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild | 6 | ||||
-rw-r--r-- | net-irc/xchat-xsys/xchat-xsys-2.2.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-irc/xchat-xsys/ChangeLog b/net-irc/xchat-xsys/ChangeLog index a2e978b8d4f0..11843b42d9b7 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.69 2011/07/08 11:12:28 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.70 2012/05/03 06:27:13 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> xchat-xsys-2.2.0.ebuild, + xchat-xsys-2.2.0-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> xchat-xsys-2.2.0-r1.ebuild: diff --git a/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild index b876bf8aae43..7e0bddd36cf4 100644 --- a/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild +++ b/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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-r1.ebuild,v 1.5 2011/07/08 11:12:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild,v 1.6 2012/05/03 06:27:13 jdhore Exp $ inherit toolchain-funcs eutils @@ -22,7 +22,7 @@ RDEPEND="|| ( sys-apps/pciutils audacious? ( >=media-sound/audacious-1.4.0 )" DEPEND="${RDEPEND} - audacious? ( dev-util/pkgconfig )" + audacious? ( virtual/pkgconfig )" src_unpack() { unpack ${A} 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 2c698c329d8c..4e490d765eb4 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-2008 Gentoo Foundation +# Copyright 1999-2012 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.5 2008/04/13 01:02:35 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.2.0.ebuild,v 1.6 2012/05/03 06:27:13 jdhore Exp $ inherit toolchain-funcs eutils @@ -21,7 +21,7 @@ RDEPEND="|| ( sys-apps/pciutils >=media-sound/audacious-1.4.0" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_compile() { emake -j1 CC="$(tc-getCC)" || die "Compile failed" |