diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-05-30 15:51:13 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-05-30 15:51:38 +0200 |
commit | 32ac201843988d48028a42f3e9143d34277b5dd3 (patch) | |
tree | 7ff847a9839e8510fb1ed53f23de14f8b103c75e /dev-scheme | |
parent | www-servers/apache: apache-2.4 no longer provides peruser MPM. (diff) | |
download | gentoo-32ac201843988d48028a42f3e9143d34277b5dd3.tar.gz gentoo-32ac201843988d48028a42f3e9143d34277b5dd3.tar.bz2 gentoo-32ac201843988d48028a42f3e9143d34277b5dd3.zip |
dev-scheme/guile-1.8.8-r2: add alpha keyword
Gentoo-Bug: 578318
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/guile/guile-1.8.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-scheme/guile/guile-1.8.8-r2.ebuild b/dev-scheme/guile/guile-1.8.8-r2.ebuild index 2ae5842756d9..e4b6edbcbb83 100644 --- a/dev-scheme/guile/guile-1.8.8-r2.ebuild +++ b/dev-scheme/guile/guile-1.8.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/guile/" SRC_URI="mirror://gnu/guile/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug debug-freelist debug-malloc +deprecated discouraged emacs networking nls readline +regex +threads" RESTRICT="!regex? ( test )" |