summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-04-28 10:17:36 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-04-28 10:17:36 +0000
commit54a8577785a5bfc090874edfa10da5fd44350f45 (patch)
tree0a4923d87c12c875aa6d3ec31a88cfac77991eae /dev-tex
parentFix ChangeLog Manifest (was not regenerated after header change). (diff)
downloadgentoo-2-54a8577785a5bfc090874edfa10da5fd44350f45.tar.gz
gentoo-2-54a8577785a5bfc090874edfa10da5fd44350f45.tar.bz2
gentoo-2-54a8577785a5bfc090874edfa10da5fd44350f45.zip
Use subslot on icu so it is rebuild automatically with icu update.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/bibtexu/ChangeLog6
-rw-r--r--dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild9
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-tex/bibtexu/ChangeLog b/dev-tex/bibtexu/ChangeLog
index 7e8e907011ce..a9226b057dca 100644
--- a/dev-tex/bibtexu/ChangeLog
+++ b/dev-tex/bibtexu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/bibtexu
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.40 2013/04/25 21:26:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.41 2013/04/28 10:17:36 scarabeus Exp $
+
+ 28 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org>
+ bibtexu-3.71_p20120701.ebuild:
+ Use subslot on icu so it is rebuild automatically with icu update.
25 Apr 2013; Agostino Sarubbo <ago@gentoo.org> bibtexu-3.71_p20120701.ebuild:
Stable for sh, wrt bug #449298
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
}