diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:38:40 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:38:40 +0000 |
commit | fac94d4f44d16f98a0804c95fcbda9754c075af2 (patch) | |
tree | 90ba1810428ec3227fc975afb3ac98b80659bf43 /games-emulation/xe | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-fac94d4f44d16f98a0804c95fcbda9754c075af2.tar.gz gentoo-2-fac94d4f44d16f98a0804c95fcbda9754c075af2.tar.bz2 gentoo-2-fac94d4f44d16f98a0804c95fcbda9754c075af2.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'games-emulation/xe')
-rw-r--r-- | games-emulation/xe/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/xe/xe-2.16.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/xe/ChangeLog b/games-emulation/xe/ChangeLog index 8f405645ccfd..f42e3745e199 100644 --- a/games-emulation/xe/ChangeLog +++ b/games-emulation/xe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/xe -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v 1.13 2009/10/25 15:19:15 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v 1.14 2012/05/04 04:38:39 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> xe-2.16.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Oct 2009; Markus Meier <maekke@gentoo.org> xe-2.16.2.ebuild: amd64/x86 stable, bug #288823 diff --git a/games-emulation/xe/xe-2.16.2.ebuild b/games-emulation/xe/xe-2.16.2.ebuild index 403139543469..9e59f257011e 100644 --- a/games-emulation/xe/xe-2.16.2.ebuild +++ b/games-emulation/xe/xe-2.16.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild,v 1.3 2009/10/25 15:19:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-2.16.2.ebuild,v 1.4 2012/05/04 04:38:39 jdhore Exp $ EAPI=2 inherit games @@ -23,7 +23,7 @@ RDEPEND="x11-libs/libXv media-libs/alsa-lib x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} |