diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-08-15 21:22:14 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-08-15 21:22:14 +0000 |
commit | 853da67d77179150c503e835cfc9788bcb0f6d69 (patch) | |
tree | 022d22ec1b4c2106580b3b44c06fa358d6d711d3 /sci-libs/acml | |
parent | old (diff) | |
download | gentoo-2-853da67d77179150c503e835cfc9788bcb0f6d69.tar.gz gentoo-2-853da67d77179150c503e835cfc9788bcb0f6d69.tar.bz2 gentoo-2-853da67d77179150c503e835cfc9788bcb0f6d69.zip |
Fixed screwup in stabling 3.0.0. (Bug #134152)
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'sci-libs/acml')
-rw-r--r-- | sci-libs/acml/ChangeLog | 4 | ||||
-rw-r--r-- | sci-libs/acml/acml-3.0.0.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/acml/acml-3.1.0-r1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index d8de3ecb2a03..31e057d96ca2 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for sci-libs/acml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.11 2006/07/31 17:21:22 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.12 2006/08/15 21:22:14 kugelfang Exp $ - 31 Jul 2006; Danny van Dyk <kugelfang@gentoo.org> acml-3.1.0-r1.ebuild: + 15 Aug 2006; Danny van Dyk <kugelfang@gentoo.org> acml-3.0.0.ebuild: Marking stable on amd64 and x86. *acml-3.1.0-r1 (03 Jul 2006) diff --git a/sci-libs/acml/acml-3.0.0.ebuild b/sci-libs/acml/acml-3.0.0.ebuild index f8154081823d..308a58e74d84 100644 --- a/sci-libs/acml/acml-3.0.0.ebuild +++ b/sci-libs/acml/acml-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.0.0.ebuild,v 1.3 2006/05/10 18:37:21 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.0.0.ebuild,v 1.4 2006/08/15 21:22:14 kugelfang Exp $ inherit eutils @@ -15,7 +15,7 @@ SRC_URI="amd64? ( acml-${MY_PV}-gnu-64bit.tgz ) RESTRICT="fetch nostrip" IUSE="sse sse2" LICENSE="ACML" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="0" RDEPEND="virtual/libc >=app-admin/eselect-1.0_rc2" diff --git a/sci-libs/acml/acml-3.1.0-r1.ebuild b/sci-libs/acml/acml-3.1.0-r1.ebuild index 42a43711f123..1473f6e0ef7a 100644 --- a/sci-libs/acml/acml-3.1.0-r1.ebuild +++ b/sci-libs/acml/acml-3.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.1.0-r1.ebuild,v 1.2 2006/07/31 17:21:22 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.1.0-r1.ebuild,v 1.3 2006/08/15 21:22:14 kugelfang Exp $ inherit eutils @@ -15,7 +15,7 @@ SRC_URI="amd64? ( acml-${MY_PV}-gnu-64bit.tgz ) RESTRICT="fetch nostrip" IUSE="sse sse2" LICENSE="ACML" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" SLOT="0" RDEPEND="virtual/libc app-admin/eselect-blas |