diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-05-12 09:29:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-05-12 09:29:01 +0000 |
commit | bb5b4f1cb0e3acf57d9f27baaeae98982429199a (patch) | |
tree | 47822ff7cce98aa6cbf995ba19dfbba2a6b28159 /dev-libs/rasqal/rasqal-0.9.10.ebuild | |
parent | remove unused versions (diff) | |
download | historical-bb5b4f1cb0e3acf57d9f27baaeae98982429199a.tar.gz historical-bb5b4f1cb0e3acf57d9f27baaeae98982429199a.tar.bz2 historical-bb5b4f1cb0e3acf57d9f27baaeae98982429199a.zip |
flex is only a build dep, and re add missing dep on latest ebuild, thanks Diego, bug #221327
Package-Manager: portage-2.1.5_rc10
Diffstat (limited to 'dev-libs/rasqal/rasqal-0.9.10.ebuild')
-rw-r--r-- | dev-libs/rasqal/rasqal-0.9.10.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/rasqal/rasqal-0.9.10.ebuild b/dev-libs/rasqal/rasqal-0.9.10.ebuild index d13d8a3df842..c8b7456aa993 100644 --- a/dev-libs/rasqal/rasqal-0.9.10.ebuild +++ b/dev-libs/rasqal/rasqal-0.9.10.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/dev-libs/rasqal/rasqal-0.9.10.ebuild,v 1.7 2007/06/14 08:02:20 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.10.ebuild,v 1.8 2008/05/12 09:29:01 aballier Exp $ DESCRIPTION="library that handles Resource Description Framework (RDF)" HOMEPAGE="http://librdf.org/rasqal/" @@ -11,11 +11,11 @@ SLOT="0" KEYWORDS="amd64 ia64 ppc x86" IUSE="pcre xml" -RDEPEND="sys-devel/flex - pcre? ( dev-libs/libpcre ) +RDEPEND="pcre? ( dev-libs/libpcre ) xml? ( dev-libs/libxml2 ) media-libs/raptor" DEPEND="${RDEPEND} + sys-devel/flex sys-devel/bison" src_compile() { |