diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 22:03:36 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 22:03:36 +0000 |
commit | f7048cc275e33277c05c53c48875227a55cf8748 (patch) | |
tree | 78ff93e4dfd36db58cb15a67e296acbd04042790 /dev-tex/bibtexu | |
parent | remove old (diff) | |
download | gentoo-2-f7048cc275e33277c05c53c48875227a55cf8748.tar.gz gentoo-2-f7048cc275e33277c05c53c48875227a55cf8748.tar.bz2 gentoo-2-f7048cc275e33277c05c53c48875227a55cf8748.zip |
revert that icu subslot thing that was committed behind my back. icu subslot still doesnt match its libs sonames, we do not need the needless rebuilds.
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-tex/bibtexu')
-rw-r--r-- | dev-tex/bibtexu/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-tex/bibtexu/ChangeLog b/dev-tex/bibtexu/ChangeLog index 1cff447d729a..be263a2f8767 100644 --- a/dev-tex/bibtexu/ChangeLog +++ b/dev-tex/bibtexu/ChangeLog @@ -1,6 +1,11 @@ # 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.42 2013/06/25 22:00:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.43 2013/06/25 22:03:36 aballier Exp $ + + 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> + bibtexu-3.71_p20120701.ebuild: + revert that icu subslot thing that was committed behind my back. icu subslot + still doesnt match its libs sonames, we do not need the needless rebuilds. 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> -bibtexu-3.71_p20110705.ebuild: diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild b/dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild index fea8ed760976..0be165507e20 100644 --- a/dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild +++ b/dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild @@ -1,6 +1,6 @@ # 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.13 2013/04/28 10:17:36 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20120701.ebuild,v 1.14 2013/06/25 22:03:36 aballier Exp $ EAPI=5 @@ -14,7 +14,7 @@ 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" |