diff options
Diffstat (limited to 'sci-libs/cln')
-rw-r--r-- | sci-libs/cln/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cln/cln-1.3.1.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog index 273fb2944167..82d5b28b3bd6 100644 --- a/sci-libs/cln/ChangeLog +++ b/sci-libs/cln/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cln # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.46 2010/01/14 18:16:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.47 2010/01/23 03:58:59 abcd Exp $ + + 23 Jan 2010; Jonathan Callen <abcd@gentoo.org> cln-1.3.1.ebuild: + Keyword ~amd64-linux/~x86-linux; add prefix bits 14 Jan 2010; Jeroen Roovers <jer@gentoo.org> cln-1.3.1.ebuild: Stable for HPPA (bug #297350). diff --git a/sci-libs/cln/cln-1.3.1.ebuild b/sci-libs/cln/cln-1.3.1.ebuild index a405051f473f..cb1f7933a13e 100644 --- a/sci-libs/cln/cln-1.3.1.ebuild +++ b/sci-libs/cln/cln-1.3.1.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/cln/cln-1.3.1.ebuild,v 1.7 2010/01/14 18:16:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.1.ebuild,v 1.8 2010/01/23 03:58:59 abcd Exp $ EAPI=2 inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="1" -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" IUSE="doc examples" DEPEND="dev-libs/gmp @@ -32,9 +32,11 @@ src_prepare() { } src_configure () { + use prefix || EPREFIX= + econf \ - --libdir=/usr/$(get_libdir) \ - --datadir=/usr/share/doc/${PF} + --libdir="${EPREFIX}"/usr/$(get_libdir) \ + --datadir="${EPREFIX}"/usr/share/doc/${PF} } src_compile() { emake || die "emake failed" |