diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-22 13:04:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-22 13:04:45 +0000 |
commit | 72b377d448bef588aeefc77e0c7b0ee9b9ce2b7a (patch) | |
tree | d0ff6d2f2e1d280bab6586bbd02af998f7090bef /media-libs | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-72b377d448bef588aeefc77e0c7b0ee9b9ce2b7a.tar.gz gentoo-2-72b377d448bef588aeefc77e0c7b0ee9b9ce2b7a.tar.bz2 gentoo-2-72b377d448bef588aeefc77e0c7b0ee9b9ce2b7a.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/raptor/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/raptor/raptor-1.4.18.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog index d44b21da9942..ee43ee7eeaaf 100644 --- a/media-libs/raptor/ChangeLog +++ b/media-libs/raptor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/raptor # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.66 2009/05/22 15:42:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.67 2009/06/22 13:04:45 aballier Exp $ + + 22 Jun 2009; Alexis Ballier <aballier@gentoo.org> raptor-1.4.18.ebuild: + keyword ~x86-fbsd 22 May 2009; Raúl Porcel <armin76@gentoo.org> raptor-1.4.18.ebuild: ia64 stable wrt #269521 diff --git a/media-libs/raptor/raptor-1.4.18.ebuild b/media-libs/raptor/raptor-1.4.18.ebuild index 3fee98b619d1..69f4424cee0f 100644 --- a/media-libs/raptor/raptor-1.4.18.ebuild +++ b/media-libs/raptor/raptor-1.4.18.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.18.ebuild,v 1.9 2009/05/22 15:42:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.18.ebuild,v 1.10 2009/06/22 13:04:45 aballier Exp $ EAPI=2 -inherit eutils +inherit eutils libtool DESCRIPTION="The RDF Parser Toolkit" HOMEPAGE="http://librdf.org/raptor" @@ -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 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="curl unicode xml" RDEPEND="unicode? ( >=dev-libs/glib-2 ) @@ -25,6 +25,7 @@ DEPEND="${RDEPEND} src_prepare() { epunt_cxx + elibtoolize # needed for .so versionning on bsd } src_configure() { |