summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-05-11 18:34:03 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-05-11 18:34:03 +0000
commitd938992cd3a1edfd78a998b5a7dd59a85fcb8bab (patch)
tree9d1d7d4f03cd64c2df55468de45bd36cc938b83d /app-text
parentmove doxygen dependency into build-time dependency field as reported on bug 2... (diff)
downloadgentoo-2-d938992cd3a1edfd78a998b5a7dd59a85fcb8bab.tar.gz
gentoo-2-d938992cd3a1edfd78a998b5a7dd59a85fcb8bab.tar.bz2
gentoo-2-d938992cd3a1edfd78a998b5a7dd59a85fcb8bab.zip
Add missing flex build dep, thanks Diego, bug #221371
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/texlive-core/ChangeLog6
-rw-r--r--app-text/texlive-core/texlive-core-2007-r12.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog
index 377121647153..fbc92411f898 100644
--- a/app-text/texlive-core/ChangeLog
+++ b/app-text/texlive-core/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/texlive-core
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.56 2008/04/16 14:08:19 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.57 2008/05/11 18:34:03 aballier Exp $
+
+ 11 May 2008; Alexis Ballier <aballier@gentoo.org>
+ texlive-core-2007-r12.ebuild:
+ Add missing flex build dep, thanks Diego, bug #221371
16 Apr 2008; Peter Volkov <pva@gentoo.org> texlive-core-2007-r12.ebuild:
amd64 stable, bug #215735.
diff --git a/app-text/texlive-core/texlive-core-2007-r12.ebuild b/app-text/texlive-core/texlive-core-2007-r12.ebuild
index afee720df613..b488712f62c9 100644
--- a/app-text/texlive-core/texlive-core-2007-r12.ebuild
+++ b/app-text/texlive-core/texlive-core-2007-r12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r12.ebuild,v 1.15 2008/04/16 14:08:19 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r12.ebuild,v 1.16 2008/05/11 18:34:03 aballier Exp $
inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
@@ -63,6 +63,7 @@ RDEPEND="${MODULAR_X_DEPEND}
media-libs/fontconfig"
DEPEND="${RDEPEND}
+ sys-devel/flex
app-arch/unzip"
S="${WORKDIR}"