diff options
author | 2012-05-02 20:59:41 +0000 | |
---|---|---|
committer | 2012-05-02 20:59:41 +0000 | |
commit | 62496626abeb3ca6086897ddcecbf59e8d050e5c (patch) | |
tree | 4c7e863d53ad76e16004aa12c5489120a53e3382 /dev-tex/luatex | |
parent | Fix build issues with glib-2.32 and drop SCROLLKEEPER_UPDATE which had no eff... (diff) | |
download | historical-62496626abeb3ca6086897ddcecbf59e8d050e5c.tar.gz historical-62496626abeb3ca6086897ddcecbf59e8d050e5c.tar.bz2 historical-62496626abeb3ca6086897ddcecbf59e8d050e5c.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'dev-tex/luatex')
-rw-r--r-- | dev-tex/luatex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/luatex/luatex-0.70.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tex/luatex/ChangeLog b/dev-tex/luatex/ChangeLog index 465d21371046..908e3e61e733 100644 --- a/dev-tex/luatex/ChangeLog +++ b/dev-tex/luatex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/luatex -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.97 2011/10/05 18:10:27 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.98 2012/05/02 20:59:41 jdhore Exp $ + + 02 May 2012; Jeff Horelick <jdhore@gentoo.org> luatex-0.70.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> +files/poppler018.patch, luatex-0.70.1.ebuild: diff --git a/dev-tex/luatex/luatex-0.70.1.ebuild b/dev-tex/luatex/luatex-0.70.1.ebuild index 96ab8181d756..fb272489d2eb 100644 --- a/dev-tex/luatex/luatex-0.70.1.ebuild +++ b/dev-tex/luatex/luatex-0.70.1.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/dev-tex/luatex/luatex-0.70.1.ebuild,v 1.10 2011/10/05 18:10:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.70.1.ebuild,v 1.11 2012/05/02 20:59:41 jdhore Exp $ EAPI="2" @@ -22,7 +22,7 @@ RDEPEND="dev-libs/zziplib sys-libs/zlib >=dev-libs/kpathsea-6.0.1_p20110627" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${PN}-beta-${PV}/source" PRELIBS="libs/obsdcompat" |