diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:49:08 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:49:08 +0000 |
commit | 26d5939a94c50859c94a034860b37c743a2fb2ee (patch) | |
tree | 53d76285f893ac4e1611c2e45b3688b45485a865 /app-emulation/vice | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-26d5939a94c50859c94a034860b37c743a2fb2ee.tar.gz gentoo-2-26d5939a94c50859c94a034860b37c743a2fb2ee.tar.bz2 gentoo-2-26d5939a94c50859c94a034860b37c743a2fb2ee.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/vice-2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 1544a6eebb9e..da2d22a3e22b 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.81 2012/01/13 17:31:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.82 2012/05/03 18:49:07 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> vice-2.3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 13 Jan 2012; Mike Frysinger <vapier@gentoo.org> vice-2.3.ebuild: Use common tc-getPKG_CONFIG helper. diff --git a/app-emulation/vice/vice-2.3.ebuild b/app-emulation/vice/vice-2.3.ebuild index 9216bdab1f5b..32c6baeefd3b 100644 --- a/app-emulation/vice/vice-2.3.ebuild +++ b/app-emulation/vice/vice-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.3.ebuild,v 1.6 2012/01/13 17:31:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.3.ebuild,v 1.7 2012/05/03 18:49:07 jdhore Exp $ EAPI=2 inherit autotools eutils games toolchain-funcs @@ -47,7 +47,7 @@ RDEPEND=" dga? ( x11-libs/libXxf86dga ) xrandr? ( x11-libs/libXrandr )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig x11-apps/bdftopcf x11-apps/mkfontdir x11-proto/xproto |