diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-26 12:36:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-26 12:36:54 +0000 |
commit | 5b63f829edbef97893ca0047ed01637f99386a2f (patch) | |
tree | 0867fe92d32d202f3377c0855d54f9e16554e5fc /sci-mathematics | |
parent | Version bump. (diff) | |
download | gentoo-2-5b63f829edbef97893ca0047ed01637f99386a2f.tar.gz gentoo-2-5b63f829edbef97893ca0047ed01637f99386a2f.tar.bz2 gentoo-2-5b63f829edbef97893ca0047ed01637f99386a2f.zip |
add ~amd64, wrt to bug #435746
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gsl-shell/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/gsl-shell/gsl-shell-2.2.0_beta1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-mathematics/gsl-shell/ChangeLog b/sci-mathematics/gsl-shell/ChangeLog index a8d3fa4a89cf..7c2bb35b1373 100644 --- a/sci-mathematics/gsl-shell/ChangeLog +++ b/sci-mathematics/gsl-shell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gsl-shell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gsl-shell/ChangeLog,v 1.3 2012/09/26 11:15:34 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gsl-shell/ChangeLog,v 1.4 2012/09/26 12:36:54 ago Exp $ + + 26 Sep 2012; Agostino Sarubbo <ago@gentoo.org> gsl-shell-2.2.0_beta1.ebuild: + add ~amd64, wrt to bug #435746 26 Sep 2012; Andrey Grozin <grozin@gentoo.org> gsl-shell-2.2.0_beta1.ebuild, +files/gsl-shell-font.patch, +files/gsl-shell-strip.patch, @@ -16,4 +19,3 @@ 20 Sep 2012; Andrey Grozin <grozin@gentoo.org> +gsl-shell-2.2.0_beta1.ebuild, +files/gsl-shell.patch, +metadata.xml: Initial import - diff --git a/sci-mathematics/gsl-shell/gsl-shell-2.2.0_beta1.ebuild b/sci-mathematics/gsl-shell/gsl-shell-2.2.0_beta1.ebuild index 8ec9ac55ac23..d9b79704d61c 100644 --- a/sci-mathematics/gsl-shell/gsl-shell-2.2.0_beta1.ebuild +++ b/sci-mathematics/gsl-shell/gsl-shell-2.2.0_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gsl-shell/gsl-shell-2.2.0_beta1.ebuild,v 1.3 2012/09/26 11:15:34 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gsl-shell/gsl-shell-2.2.0_beta1.ebuild,v 1.4 2012/09/26 12:36:54 ago Exp $ EAPI=4 inherit eutils versionator @@ -11,7 +11,7 @@ MY_P=$(version_format_string '${PN}-$1.$2.$3-$4') SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc fox" DEPEND=">=sci-libs/gsl-1.14 |