summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-04-28 10:17:45 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-04-28 10:17:45 +0000
commitb31f6113fa5fd3f44a389bd5c09ecf090f069b1e (patch)
tree163a27197a4971ec6ed217646f7fe4a55fbf0a42 /dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild
parentFix ChangeLog Manifest (was not regenerated after header change). (diff)
downloadhistorical-b31f6113fa5fd3f44a389bd5c09ecf090f069b1e.tar.gz
historical-b31f6113fa5fd3f44a389bd5c09ecf090f069b1e.tar.bz2
historical-b31f6113fa5fd3f44a389bd5c09ecf090f069b1e.zip
Use subslot on icu so it is rebuild automatically with icu update.
Package-Manager: portage-2.2.0_alpha173/cvs/Linux x86_64 Manifest-Sign-Key: 0x8EEE3BE8
Diffstat (limited to 'dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild')
-rw-r--r--dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild b/dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild
index a22dd23465bb..fea8ed760976 100644
--- a/dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild
+++ b/dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild,v 1.12 2013/04/25 21:26:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild,v 1.13 2013/04/28 10:17:36 scarabeus Exp $
-EAPI=4
+EAPI=5
DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity"
HOMEPAGE="http://tug.org/texlive/"
@@ -14,14 +14,15 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbs
IUSE=""
RDEPEND=">=dev-libs/kpathsea-6.1.0_p20120701
- >=dev-libs/icu-4.4"
+ >=dev-libs/icu-4.4:="
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
src_configure() {
- econf --with-system-kpathsea \
+ econf \
+ --with-system-kpathsea \
--with-system-icu
}