diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 20:21:00 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 20:21:00 +0000 |
commit | 4ad908f5867f6488f2f7287cc4e5c33d14f4256a (patch) | |
tree | 0a9f58a858f75f3405eac9877e223226185651d8 /app-pda/orange | |
parent | Fix compilation on OSX Leopard (diff) | |
download | historical-4ad908f5867f6488f2f7287cc4e5c33d14f4256a.tar.gz historical-4ad908f5867f6488f2f7287cc4e5c33d14f4256a.tar.bz2 historical-4ad908f5867f6488f2f7287cc4e5c33d14f4256a.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-pda/orange')
-rw-r--r-- | app-pda/orange/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/orange/orange-0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-pda/orange/ChangeLog b/app-pda/orange/ChangeLog index d34d188bc501..35f4a6f8d025 100644 --- a/app-pda/orange/ChangeLog +++ b/app-pda/orange/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/orange -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.16 2010/11/04 20:03:59 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.17 2012/05/03 20:20:58 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> orange-0.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 04 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> orange-0.4.ebuild: Fix missing file, pkg-config and zlib depend. USE static-libs. diff --git a/app-pda/orange/orange-0.4.ebuild b/app-pda/orange/orange-0.4.ebuild index 85527509eefc..b69e9dde8cd8 100644 --- a/app-pda/orange/orange-0.4.ebuild +++ b/app-pda/orange/orange-0.4.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/app-pda/orange/orange-0.4.ebuild,v 1.3 2011/02/25 14:42:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v 1.4 2012/05/03 20:20:58 jdhore Exp $ EAPI=2 @@ -21,7 +21,7 @@ RDEPEND="dev-libs/libsynce sys-apps/file sys-libs/zlib" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} |