summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-01-01 02:11:36 +0000
committerJonathan Callen <abcd@gentoo.org>2010-01-01 02:11:36 +0000
commita4616f12615bc3bfbec08e52bc04ac397dd929c9 (patch)
tree1bf85d1395bf12746baaaf1c5b4ad800643fe18e /dev-libs/rasqal
parentVersion bump. (diff)
downloadgentoo-2-a4616f12615bc3bfbec08e52bc04ac397dd929c9.tar.gz
gentoo-2-a4616f12615bc3bfbec08e52bc04ac397dd929c9.tar.bz2
gentoo-2-a4616f12615bc3bfbec08e52bc04ac397dd929c9.zip
Add prefix keywords
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'dev-libs/rasqal')
-rw-r--r--dev-libs/rasqal/ChangeLog7
-rw-r--r--dev-libs/rasqal/rasqal-0.9.17.ebuild9
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-libs/rasqal/ChangeLog b/dev-libs/rasqal/ChangeLog
index 3c870d710a4b..e64a77757f95 100644
--- a/dev-libs/rasqal/ChangeLog
+++ b/dev-libs/rasqal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/rasqal
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.33 2009/12/17 13:48:21 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.34 2010/01/01 02:11:36 abcd Exp $
+
+ 01 Jan 2010; Jonathan Callen <abcd@gentoo.org> rasqal-0.9.17.ebuild:
+ Add prefix keywords
*rasqal-0.9.17 (17 Dec 2009)
diff --git a/dev-libs/rasqal/rasqal-0.9.17.ebuild b/dev-libs/rasqal/rasqal-0.9.17.ebuild
index d9c0b0de92d4..bc4ad89a03df 100644
--- a/dev-libs/rasqal/rasqal-0.9.17.ebuild
+++ b/dev-libs/rasqal/rasqal-0.9.17.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild,v 1.2 2009/12/17 14:17:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild,v 1.3 2010/01/01 02:11:36 abcd Exp $
EAPI=2
inherit libtool
@@ -11,7 +11,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz"
LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="gmp pcre test xml"
RDEPEND=">=media-libs/raptor-1.4.18
@@ -29,6 +29,7 @@ src_prepare() {
}
src_configure() {
+ use prefix || EPREFIX=
local regex="posix"
local decimal="mpfr"
@@ -42,7 +43,7 @@ src_configure() {
$(use_enable xml xml2) \
--with-regex-library=${regex} \
--with-decimal=${decimal} \
- --with-html-dir=/usr/share/doc/${PF}/html
+ --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
}
src_install() {