diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-27 19:51:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-27 19:51:01 +0000 |
commit | 9d1b1d1c0aa9d0e41026ddb731b1981d2ed29dfc (patch) | |
tree | ade20dda66f8a8cc75072f403a456cc46f4f6adc /app-text/ttf2pk2/ttf2pk2-1.5_p20120525.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-9d1b1d1c0aa9d0e41026ddb731b1981d2ed29dfc.tar.gz gentoo-2-9d1b1d1c0aa9d0e41026ddb731b1981d2ed29dfc.tar.bz2 gentoo-2-9d1b1d1c0aa9d0e41026ddb731b1981d2ed29dfc.zip |
depend on virtual/pkgconfig, by Martin Väth, bug #417695
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ttf2pk2/ttf2pk2-1.5_p20120525.ebuild')
-rw-r--r-- | app-text/ttf2pk2/ttf2pk2-1.5_p20120525.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ttf2pk2/ttf2pk2-1.5_p20120525.ebuild b/app-text/ttf2pk2/ttf2pk2-1.5_p20120525.ebuild index 2ea0d46d7a91..ad01e5b2d854 100644 --- a/app-text/ttf2pk2/ttf2pk2-1.5_p20120525.ebuild +++ b/app-text/ttf2pk2/ttf2pk2-1.5_p20120525.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-text/ttf2pk2/ttf2pk2-1.5_p20120525.ebuild,v 1.3 2012/05/27 17:02:22 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120525.ebuild,v 1.4 2012/05/27 19:51:01 aballier Exp $ EAPI=4 @@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/kpathsea-6.0.1_p20110627 !media-libs/freetype:1 !=dev-texlive/texlive-langcjk-2011*[source]" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} |