diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-16 16:29:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-16 16:29:33 +0000 |
commit | 1f16763a90cfd47145f2c7a0ab504d7b426e0f34 (patch) | |
tree | e9d7db0b4d92246a24166fedf8913947f3bcf8b3 /dev-scheme/guile-lib/guile-lib-0.1.9.ebuild | |
parent | Stable for ppc64, wrt bug #469780 (diff) | |
download | gentoo-2-1f16763a90cfd47145f2c7a0ab504d7b426e0f34.tar.gz gentoo-2-1f16763a90cfd47145f2c7a0ab504d7b426e0f34.tar.bz2 gentoo-2-1f16763a90cfd47145f2c7a0ab504d7b426e0f34.zip |
Stable for ppc64, wrt bug #457338
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-scheme/guile-lib/guile-lib-0.1.9.ebuild')
-rw-r--r-- | dev-scheme/guile-lib/guile-lib-0.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-scheme/guile-lib/guile-lib-0.1.9.ebuild b/dev-scheme/guile-lib/guile-lib-0.1.9.ebuild index 802016bc9c39..32c389d18130 100644 --- a/dev-scheme/guile-lib/guile-lib-0.1.9.ebuild +++ b/dev-scheme/guile-lib/guile-lib-0.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile-lib/guile-lib-0.1.9.ebuild,v 1.4 2013/05/16 13:25:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile-lib/guile-lib-0.1.9.ebuild,v 1.5 2013/05/16 16:29:33 ago Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-scheme/guile[regex,deprecated]" |