diff options
author | 2012-05-03 18:49:08 +0000 | |
---|---|---|
committer | 2012-05-03 18:49:08 +0000 | |
commit | a2edfa7154d3b4b28bef96838225b4ce7c86d4aa (patch) | |
tree | 7a2127fafe98e5b60763668d5b61d25106683c8f /app-emulation/vice | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-a2edfa7154d3b4b28bef96838225b4ce7c86d4aa.tar.gz historical-a2edfa7154d3b4b28bef96838225b4ce7c86d4aa.tar.bz2 historical-a2edfa7154d3b4b28bef96838225b4ce7c86d4aa.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-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 |