diff options
author | 2008-05-12 09:39:42 +0000 | |
---|---|---|
committer | 2008-05-12 09:39:42 +0000 | |
commit | 6ca3c48d65ec563bfcdb29383313d31f9d07b610 (patch) | |
tree | 2ed0670423a8e2e51726c3af8c6306ceaf62abdf /media-libs/raptor/raptor-1.4.17.ebuild | |
parent | Stable on ppc64; bug #221309 (diff) | |
download | gentoo-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/raptor-1.4.17.ebuild')
-rw-r--r-- | media-libs/raptor/raptor-1.4.17.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |