diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 19:24:34 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 19:24:34 +0000 |
commit | 73a2804e119d1e81b457652b820457541598ed87 (patch) | |
tree | 91f7f890a11431bb6c0dd492b41599cf5f27de99 /app-i18n/bidiv/bidiv-1.5-r1.ebuild | |
parent | dev-python/feedparser: 5.1.2 (diff) | |
download | historical-73a2804e119d1e81b457652b820457541598ed87.tar.gz historical-73a2804e119d1e81b457652b820457541598ed87.tar.bz2 historical-73a2804e119d1e81b457652b820457541598ed87.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-i18n/bidiv/bidiv-1.5-r1.ebuild')
-rw-r--r-- | app-i18n/bidiv/bidiv-1.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/bidiv/bidiv-1.5-r1.ebuild b/app-i18n/bidiv/bidiv-1.5-r1.ebuild index b07ac9e40d09..e15026005f60 100644 --- a/app-i18n/bidiv/bidiv-1.5-r1.ebuild +++ b/app-i18n/bidiv/bidiv-1.5-r1.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/app-i18n/bidiv/bidiv-1.5-r1.ebuild,v 1.1 2009/04/13 23:05:35 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/bidiv/bidiv-1.5-r1.ebuild,v 1.2 2012/05/03 19:24:28 jdhore Exp $ inherit eutils toolchain-funcs @@ -15,7 +15,7 @@ IUSE="" RDEPEND="dev-libs/fribidi" DEPEND="${DEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${PN}" |