diff options
author | Peter Weller <welp@gentoo.org> | 2007-05-19 21:56:11 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-05-19 21:56:11 +0000 |
commit | 974cf84cfb949b047750401a92996ee01f47a19d (patch) | |
tree | 80ebd38170b3c8f4297de026c9aa5adf052928fc /sci-mathematics | |
parent | Add xulrunner flag to devhelp (diff) | |
download | gentoo-2-974cf84cfb949b047750401a92996ee01f47a19d.tar.gz gentoo-2-974cf84cfb949b047750401a92996ee01f47a19d.tar.bz2 gentoo-2-974cf84cfb949b047750401a92996ee01f47a19d.zip |
Multilib-strict fix, keyworded ~amd64
(Portage version: 2.1.2.2)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/singular/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-3.0.2.1.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog index 2b3c0c392fb5..eaf074807271 100644 --- a/sci-mathematics/singular/ChangeLog +++ b/sci-mathematics/singular/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/singular # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.15 2007/02/22 01:35:29 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.16 2007/05/19 21:56:11 welp Exp $ + + 19 May 2007; Peter Weller <welp@gentoo.org> singular-3.0.2.1.ebuild: + Multilib-strict fix, keyworded ~amd64 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/sci-mathematics/singular/singular-3.0.2.1.ebuild b/sci-mathematics/singular/singular-3.0.2.1.ebuild index b7322a36cc8b..fb1209ffcee9 100644 --- a/sci-mathematics/singular/singular-3.0.2.1.ebuild +++ b/sci-mathematics/singular/singular-3.0.2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.2.1.ebuild,v 1.1 2006/10/13 19:46:14 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.2.1.ebuild,v 1.2 2007/05/19 21:56:11 welp Exp $ -inherit eutils flag-o-matic autotools +inherit eutils flag-o-matic autotools multilib PV_MAJOR=${PV%.*} MY_PV=${PV//./-} @@ -16,7 +16,7 @@ SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/src/$MY_PV_MAJOR/${MY_ LICENSE="singular" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc emacs boost" DEPEND=">=dev-lang/perl-5.6 @@ -83,7 +83,7 @@ src_install () { fi # install libraries - insinto /usr/lib/${PN} + insinto /usr/$(get_libdir)/${PN} doins *.so || die "failed to install libraries" # create symbolic link |