diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-21 08:37:00 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-21 08:37:00 +0000 |
commit | 68e34d19c6197ec3be76303695bffa3450b663e1 (patch) | |
tree | 146f48da93e4d220ca84ed79aba5a69848c297af /dev-libs/rasqal | |
parent | keyworded ~x86, bug 206649 (diff) | |
download | gentoo-2-68e34d19c6197ec3be76303695bffa3450b663e1.tar.gz gentoo-2-68e34d19c6197ec3be76303695bffa3450b663e1.tar.bz2 gentoo-2-68e34d19c6197ec3be76303695bffa3450b663e1.zip |
We need dev-perl/XML-DOM for tests, adding the dep
(Portage version: 2.1.4)
Diffstat (limited to 'dev-libs/rasqal')
-rw-r--r-- | dev-libs/rasqal/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/rasqal/rasqal-0.9.15.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/rasqal/ChangeLog b/dev-libs/rasqal/ChangeLog index 340ebfa2dd6c..3751a4ffd82e 100644 --- a/dev-libs/rasqal/ChangeLog +++ b/dev-libs/rasqal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/rasqal # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.17 2008/01/19 20:35:42 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.18 2008/01/21 08:37:00 aballier Exp $ + + 21 Jan 2008; Alexis Ballier <aballier@gentoo.org> rasqal-0.9.15.ebuild: + We need dev-perl/XML-DOM for tests, adding the dep 19 Jan 2008; Samuli Suominen <drac@gentoo.org> metadata.xml: sound herd will take this ebuild. diff --git a/dev-libs/rasqal/rasqal-0.9.15.ebuild b/dev-libs/rasqal/rasqal-0.9.15.ebuild index d04efea22e91..9d53875c145a 100644 --- a/dev-libs/rasqal/rasqal-0.9.15.ebuild +++ b/dev-libs/rasqal/rasqal-0.9.15.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/dev-libs/rasqal/rasqal-0.9.15.ebuild,v 1.3 2008/01/19 20:19:57 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.15.ebuild,v 1.4 2008/01/21 08:37:00 aballier Exp $ inherit libtool @@ -11,7 +11,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz" LICENSE="LGPL-2.1 Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug gmp pcre xml" +IUSE="debug gmp pcre test xml" RDEPEND=">=media-libs/raptor-1.4.16 pcre? ( dev-libs/libpcre ) @@ -20,7 +20,8 @@ RDEPEND=">=media-libs/raptor-1.4.16 gmp? ( dev-libs/gmp ) debug? ( >=dev-libs/dmalloc-5.5.2-r2 )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig + test? ( dev-perl/XML-DOM )" src_unpack() { unpack ${A} |