diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-12-02 16:19:12 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-12-02 16:19:12 +0000 |
commit | 463a15f02f51e62160511538d331ea55daf6b066 (patch) | |
tree | 0e47a52695ed5a5e9df1e59656e4e0bc91eb26b7 /dev-libs | |
parent | clean up; moved to EAPI=2, fixed bug #339250 (diff) | |
download | gentoo-2-463a15f02f51e62160511538d331ea55daf6b066.tar.gz gentoo-2-463a15f02f51e62160511538d331ea55daf6b066.tar.bz2 gentoo-2-463a15f02f51e62160511538d331ea55daf6b066.zip |
Update the config files for better prefix support, by Fabian Groffen <grobian@gentoo.org>, bug #347295
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/kpathsea/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/kpathsea/ChangeLog b/dev-libs/kpathsea/ChangeLog index 32d49b6b8198..687068887151 100644 --- a/dev-libs/kpathsea/ChangeLog +++ b/dev-libs/kpathsea/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/kpathsea # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.5 2010/11/01 22:10:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.6 2010/12/02 16:19:12 aballier Exp $ + + 02 Dec 2010; Alexis Ballier <aballier@gentoo.org> + kpathsea-6.0.0_p20100722.ebuild: + Update the config files for better prefix support, by Fabian Groffen + <grobian@gentoo.org>, bug #347295 01 Nov 2010; Markus Meier <maekke@gentoo.org> kpathsea-6.0.0_p20100722.ebuild: diff --git a/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild b/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild index 5ae8521a190d..2cf399fcaeee 100644 --- a/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild +++ b/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild,v 1.5 2010/11/01 22:10:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild,v 1.6 2010/12/02 16:19:12 aballier Exp $ EAPI=3 inherit texlive-common -TEXMFD_VERSION="1" +TEXMFD_VERSION="2" DESCRIPTION="Library implementing generic path searching, configuration, and TeX-specific file searching" HOMEPAGE="http://tug.org/texlive/" |