diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2018-03-07 14:51:03 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2018-03-07 14:51:03 +0100 |
commit | fc6918c1958c013b0ae8c6b880d6bcd40b7273f7 (patch) | |
tree | af5a130b03920a17f01ed8710fa0f3419424ae66 /dev-lisp/abcl | |
parent | sys-apps/ucspi-proxy: amd64 stable wrt bug #648826 (diff) | |
download | gentoo-fc6918c1958c013b0ae8c6b880d6bcd40b7273f7.tar.gz gentoo-fc6918c1958c013b0ae8c6b880d6bcd40b7273f7.tar.bz2 gentoo-fc6918c1958c013b0ae8c6b880d6bcd40b7273f7.zip |
dev-lisp/abcl: amd64 stable wrt bug #648234
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-lisp/abcl')
-rw-r--r-- | dev-lisp/abcl/abcl-0.20.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/abcl/abcl-0.20.0-r1.ebuild b/dev-lisp/abcl/abcl-0.20.0-r1.ebuild index b8b725f655fd..a181bebc531c 100644 --- a/dev-lisp/abcl/abcl-0.20.0-r1.ebuild +++ b/dev-lisp/abcl/abcl-0.20.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="http://common-lisp.net/project/armedbear/releases/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND=">=virtual/jdk-1.6" RDEPEND=">=virtual/jre-1.6" |