diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-05 18:05:41 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-05 18:05:41 +0000 |
commit | cf0479f90b4d0b88ac098ed1b9f57220947107d8 (patch) | |
tree | a641903114970d00cea0b0b14f2a67bfb37f6188 /sci-libs/clipper | |
parent | alpha/sparc stable wrt #309043 (diff) | |
download | gentoo-2-cf0479f90b4d0b88ac098ed1b9f57220947107d8.tar.gz gentoo-2-cf0479f90b4d0b88ac098ed1b9f57220947107d8.tar.bz2 gentoo-2-cf0479f90b4d0b88ac098ed1b9f57220947107d8.zip |
Keyworded for ~x86-linux ~amd64-linux
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/clipper')
-rw-r--r-- | sci-libs/clipper/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/clipper/clipper-20091215.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/clipper/ChangeLog b/sci-libs/clipper/ChangeLog index 9c73cecf2c57..2311d745d6f2 100644 --- a/sci-libs/clipper/ChangeLog +++ b/sci-libs/clipper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/clipper # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/ChangeLog,v 1.5 2010/02/26 19:08:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/ChangeLog,v 1.6 2010/04/05 18:05:41 jlec Exp $ + + 05 Apr 2010; Justin Lecher <jlec@gentoo.org> clipper-20091215.ebuild: + Keyworded for ~x86-linux ~amd64-linux, tested by me 26 Feb 2010; Justin Lecher (jlec) <jlec@j-schmitz.net> clipper-20091215.ebuild: diff --git a/sci-libs/clipper/clipper-20091215.ebuild b/sci-libs/clipper/clipper-20091215.ebuild index 51e9d7bce83b..7925df50c57e 100644 --- a/sci-libs/clipper/clipper-20091215.ebuild +++ b/sci-libs/clipper/clipper-20091215.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/clipper-20091215.ebuild,v 1.2 2010/02/26 19:08:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clipper/clipper-20091215.ebuild,v 1.3 2010/04/05 18:05:41 jlec Exp $ EAPI="3" @@ -15,7 +15,7 @@ SRC_URI="http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper-2.1-${PV:2:${#PV}}-a LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" RDEPEND=" @@ -48,7 +48,7 @@ src_configure() { --enable-minimol \ --enable-mmdb \ --enable-phs \ - --with-mmdb=${EPREFIX}/usr \ + --with-mmdb="${EPREFIX}"/usr \ $(use_enable debug) } |