diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-08-20 03:32:11 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-08-20 03:32:11 +0000 |
commit | b7eb4078371ebe8982041d979051b121c2fffb06 (patch) | |
tree | 608f38ce3eeaf8b932069226453ce01576a530ed /dev-libs/ffcall | |
parent | added prefix keywords (diff) | |
download | gentoo-2-b7eb4078371ebe8982041d979051b121c2fffb06.tar.gz gentoo-2-b7eb4078371ebe8982041d979051b121c2fffb06.tar.bz2 gentoo-2-b7eb4078371ebe8982041d979051b121c2fffb06.zip |
added prefix keywords
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Diffstat (limited to 'dev-libs/ffcall')
-rw-r--r-- | dev-libs/ffcall/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ffcall/ffcall-1.10-r3.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/ffcall/ChangeLog b/dev-libs/ffcall/ChangeLog index a4d1463718e7..726afd8e58c7 100644 --- a/dev-libs/ffcall/ChangeLog +++ b/dev-libs/ffcall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ffcall # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.40 2012/07/11 13:36:58 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.41 2012/08/20 03:32:11 ottxor Exp $ + + 20 Aug 2012; Christoph Junghans <ottxor@gentoo.org> ffcall-1.10-r3.ebuild: + added prefix keywords 11 Jul 2012; Bernard Cafarelli <voyageur@gentoo.org> metadata.xml: Add common-lisp as backup herd, hoping for a new maintainer sometime diff --git a/dev-libs/ffcall/ffcall-1.10-r3.ebuild b/dev-libs/ffcall/ffcall-1.10-r3.ebuild index 82b47c93b343..3b92a9e46999 100644 --- a/dev-libs/ffcall/ffcall-1.10-r3.ebuild +++ b/dev-libs/ffcall/ffcall-1.10-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r3.ebuild,v 1.1 2010/08/24 11:33:40 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r3.ebuild,v 1.2 2012/08/20 03:32:11 ottxor Exp $ EAPI=3 inherit eutils flag-o-matic @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/clisp/${CLISP_PACKAGE}.tar.bz2" # under GNU LGPL." -ffcall author LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" S=${WORKDIR}/${CLISP_PACKAGE}/${PN} @@ -34,7 +34,7 @@ src_configure() { # Doc goes in datadir econf \ - --datadir=/usr/share/doc/${PF} \ + --datadir="${EPREFIX}"/usr/share/doc/${PF} \ --enable-shared \ || die "./configure failed" } |