summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-05-12 09:39:42 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-05-12 09:39:42 +0000
commit6ca3c48d65ec563bfcdb29383313d31f9d07b610 (patch)
tree2ed0670423a8e2e51726c3af8c6306ceaf62abdf /media-libs/raptor
parentStable on ppc64; bug #221309 (diff)
downloadgentoo-2-6ca3c48d65ec563bfcdb29383313d31f9d07b610.tar.gz
gentoo-2-6ca3c48d65ec563bfcdb29383313d31f9d07b610.tar.bz2
gentoo-2-6ca3c48d65ec563bfcdb29383313d31f9d07b610.zip
add flex build dep, thanks Diego, bug #221395
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'media-libs/raptor')
-rw-r--r--media-libs/raptor/ChangeLog6
-rw-r--r--media-libs/raptor/raptor-1.4.16.ebuild5
-rw-r--r--media-libs/raptor/raptor-1.4.17.ebuild3
3 files changed, 10 insertions, 4 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog
index 3d2a5d7c684c..072b236230af 100644
--- a/media-libs/raptor/ChangeLog
+++ b/media-libs/raptor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/raptor
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.57 2008/04/14 22:19:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.58 2008/05/12 09:39:42 aballier Exp $
+
+ 12 May 2008; Alexis Ballier <aballier@gentoo.org> raptor-1.4.16.ebuild,
+ raptor-1.4.17.ebuild:
+ add flex build dep, thanks Diego, bug #221395
*raptor-1.4.17 (14 Apr 2008)
diff --git a/media-libs/raptor/raptor-1.4.16.ebuild b/media-libs/raptor/raptor-1.4.16.ebuild
index 4556977175c4..35b985299a86 100644
--- a/media-libs/raptor/raptor-1.4.16.ebuild
+++ b/media-libs/raptor/raptor-1.4.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.16.ebuild,v 1.9 2007/11/13 18:30:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.16.ebuild,v 1.10 2008/05/12 09:39:42 aballier Exp $
inherit eutils
@@ -19,6 +19,7 @@ RDEPEND="unicode? ( >=dev-libs/glib-2 )
curl? ( net-misc/curl )
dev-libs/libxslt"
DEPEND="${RDEPEND}
+ sys-devel/flex
dev-util/pkgconfig"
src_unpack() {
diff --git a/media-libs/raptor/raptor-1.4.17.ebuild b/media-libs/raptor/raptor-1.4.17.ebuild
index 7667e70296e8..4db652e0d483 100644
--- a/media-libs/raptor/raptor-1.4.17.ebuild
+++ b/media-libs/raptor/raptor-1.4.17.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/media-libs/raptor/raptor-1.4.17.ebuild,v 1.1 2008/04/14 22:19:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.17.ebuild,v 1.2 2008/05/12 09:39:42 aballier Exp $
inherit eutils
@@ -19,6 +19,7 @@ RDEPEND="unicode? ( >=dev-libs/glib-2 )
curl? ( net-misc/curl )
dev-libs/libxslt"
DEPEND="${RDEPEND}
+ sys-devel/flex
dev-util/pkgconfig"
src_unpack() {