diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-27 19:48:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-27 19:48:11 +0000 |
commit | 86fb8079f60c6a8b212156bfb9516e537f02babc (patch) | |
tree | 8e36fd4b380570d143aa124e28d054e4192fe137 /dev-libs | |
parent | Version bump, and use the full four-components version for future-proofing. (diff) | |
download | gentoo-2-86fb8079f60c6a8b212156bfb9516e537f02babc.tar.gz gentoo-2-86fb8079f60c6a8b212156bfb9516e537f02babc.tar.bz2 gentoo-2-86fb8079f60c6a8b212156bfb9516e537f02babc.zip |
depend on kpathsea, bug #376645
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ptexenc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/ptexenc/ptexenc-1.1.0_p20100722.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/ptexenc/ptexenc-1.2.0_p20110705.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-libs/ptexenc/ChangeLog b/dev-libs/ptexenc/ChangeLog index d5a736105c84..2e64d8d1a5da 100644 --- a/dev-libs/ptexenc/ChangeLog +++ b/dev-libs/ptexenc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/ptexenc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptexenc/ChangeLog,v 1.10 2011/07/27 12:59:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptexenc/ChangeLog,v 1.11 2011/07/27 19:48:11 aballier Exp $ + + 27 Jul 2011; Alexis Ballier <aballier@gentoo.org> + ptexenc-1.1.0_p20100722.ebuild, ptexenc-1.2.0_p20110705.ebuild: + depend on kpathsea, bug #376645 *ptexenc-1.2.0_p20110705 (27 Jul 2011) diff --git a/dev-libs/ptexenc/ptexenc-1.1.0_p20100722.ebuild b/dev-libs/ptexenc/ptexenc-1.1.0_p20100722.ebuild index 68017a3417b4..339a1a060a96 100644 --- a/dev-libs/ptexenc/ptexenc-1.1.0_p20100722.ebuild +++ b/dev-libs/ptexenc/ptexenc-1.1.0_p20100722.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptexenc/ptexenc-1.1.0_p20100722.ebuild,v 1.9 2011/07/07 14:01:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptexenc/ptexenc-1.1.0_p20100722.ebuild,v 1.10 2011/07/27 19:48:11 aballier Exp $ EAPI=3 @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos" IUSE="iconv static-libs" -DEPEND="iconv? ( virtual/libiconv )" +DEPEND="iconv? ( virtual/libiconv ) + dev-libs/kpathsea" RDEPEND="${DEPEND}" S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} diff --git a/dev-libs/ptexenc/ptexenc-1.2.0_p20110705.ebuild b/dev-libs/ptexenc/ptexenc-1.2.0_p20110705.ebuild index 84de02f54f0e..3b635ae1352f 100644 --- a/dev-libs/ptexenc/ptexenc-1.2.0_p20110705.ebuild +++ b/dev-libs/ptexenc/ptexenc-1.2.0_p20110705.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptexenc/ptexenc-1.2.0_p20110705.ebuild,v 1.1 2011/07/27 12:59:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptexenc/ptexenc-1.2.0_p20110705.ebuild,v 1.2 2011/07/27 19:48:11 aballier Exp $ EAPI=3 @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos" IUSE="iconv static-libs" -DEPEND="iconv? ( virtual/libiconv )" +DEPEND="iconv? ( virtual/libiconv ) + dev-libs/kpathsea" RDEPEND="${DEPEND}" S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} |