diff options
author | 2014-05-15 20:03:33 +0000 | |
---|---|---|
committer | 2014-05-15 20:03:33 +0000 | |
commit | 7d6126991ac863c5ae55e687941d15e2879a00ae (patch) | |
tree | 42449d173b1d424de0baa17c05c96af04e791ef6 /dev-lisp | |
parent | arm stable, bug #509134 (diff) | |
download | gentoo-2-7d6126991ac863c5ae55e687941d15e2879a00ae.tar.gz gentoo-2-7d6126991ac863c5ae55e687941d15e2879a00ae.tar.bz2 gentoo-2-7d6126991ac863c5ae55e687941d15e2879a00ae.zip |
add ~arm, bug #509842
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/gcl/ChangeLog b/dev-lisp/gcl/ChangeLog index f295225a73f3..8172f4d58dbd 100644 --- a/dev-lisp/gcl/ChangeLog +++ b/dev-lisp/gcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/gcl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.63 2014/03/30 09:00:59 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.64 2014/05/15 20:03:33 maekke Exp $ + + 15 May 2014; Markus Meier <maekke@gentoo.org> gcl-2.6.10.ebuild: + add ~arm, bug #509842 30 Mar 2014; Andrey Grozin <grozin@gentoo.org> -gcl-2.6.8_pre20130314.ebuild, gcl-2.6.10.ebuild, +files/gcl-readline-6.3.patch, +files/gcl-gmp-6.patch, diff --git a/dev-lisp/gcl/gcl-2.6.10.ebuild b/dev-lisp/gcl/gcl-2.6.10.ebuild index 2fc055c0e8c9..2d655a6c924c 100644 --- a/dev-lisp/gcl/gcl-2.6.10.ebuild +++ b/dev-lisp/gcl/gcl-2.6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.10.ebuild,v 1.2 2014/03/30 09:00:59 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.10.ebuild,v 1.3 2014/05/15 20:03:33 maekke Exp $ EAPI=5 inherit elisp-common eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/gcl/${P}.tar.gz http://dev.gentoo.org/~grozin/${P LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="+ansi athena emacs +readline tk X" # See bug #205803 |