diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-24 08:40:27 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-24 08:46:31 +0100 |
commit | 4ea4698e69a890e660ca07333696d1830d471d37 (patch) | |
tree | 35b9258ab8de3d250c07097da470d4741ab5c82f /dev-lisp/gcl | |
parent | dev-perl/Sub-Quote: add ~ppc keyword (bug 602252) (diff) | |
download | gentoo-4ea4698e69a890e660ca07333696d1830d471d37.tar.gz gentoo-4ea4698e69a890e660ca07333696d1830d471d37.tar.bz2 gentoo-4ea4698e69a890e660ca07333696d1830d471d37.zip |
dev-lisp/gcl: add ~ppc keyword (bug 509842).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-lisp/gcl')
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/gcl/gcl-2.6.12.ebuild b/dev-lisp/gcl/gcl-2.6.12.ebuild index 959c2692a57b..504d9c530ae2 100644 --- a/dev-lisp/gcl/gcl-2.6.12.ebuild +++ b/dev-lisp/gcl/gcl-2.6.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz https://dev.gentoo.org/~grozin/${P}-fedo LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="+ansi athena emacs +readline tk X" # See bug #205803 |