diff options
author | 2011-07-31 07:32:29 +0000 | |
---|---|---|
committer | 2011-07-31 07:32:29 +0000 | |
commit | 2b9817dd3c392f2e6fb6dacaa953086b7a67529b (patch) | |
tree | 7cbf7b73bb7801eec05dcc94bcbda3cd0b78cebf /app-text/texlive-core | |
parent | Version bump. This version fixes CVE-2011-0226 which allows an attacker to (diff) | |
download | gentoo-2-2b9817dd3c392f2e6fb6dacaa953086b7a67529b.tar.gz gentoo-2-2b9817dd3c392f2e6fb6dacaa953086b7a67529b.tar.bz2 gentoo-2-2b9817dd3c392f2e6fb6dacaa953086b7a67529b.zip |
do not "build" biber, its a prebuilt binary -> not for us, well
(Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2011-r2.ebuild (renamed from app-text/texlive-core/texlive-core-2011-r1.ebuild) | 3 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index fef66e83eb1a..d65b5cf1a78d 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.143 2011/07/30 20:11:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.144 2011/07/31 07:32:29 aballier Exp $ + +*texlive-core-2011-r2 (31 Jul 2011) + + 31 Jul 2011; Alexis Ballier <aballier@gentoo.org> + -texlive-core-2011-r1.ebuild, +texlive-core-2011-r2.ebuild: + do not "build" biber, its a prebuilt binary -> not for us, well see about + making an ebuild for it later, by Rafał Mużyło in bug *texlive-core-2011-r1 (30 Jul 2011) *texlive-core-2010-r4 (30 Jul 2011) diff --git a/app-text/texlive-core/texlive-core-2011-r1.ebuild b/app-text/texlive-core/texlive-core-2011-r2.ebuild index b8c81af5a1eb..21145e23bd6d 100644 --- a/app-text/texlive-core/texlive-core-2011-r1.ebuild +++ b/app-text/texlive-core/texlive-core-2011-r2.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/app-text/texlive-core/texlive-core-2011-r1.ebuild,v 1.1 2011/07/30 20:11:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r2.ebuild,v 1.1 2011/07/31 07:32:29 aballier Exp $ EAPI=3 @@ -149,6 +149,7 @@ src_configure() { --disable-psutils \ --disable-t1utils \ --enable-ipc \ + --disable-biber \ --disable-bibtexu \ --disable-dvipng \ --disable-dvipsk \ |