diff options
author | 2024-12-25 23:17:55 +0100 | |
---|---|---|
committer | 2024-12-25 23:17:55 +0100 | |
commit | 98d318f2ee6caa38b41bdb682d3a2236f0c3ec81 (patch) | |
tree | cc433d7c66baa44f74fd621b20d4b39b5aca86a9 /dev-lisp/abcl | |
parent | app-xemacs/xemacs-packages-all: drop 2018.08.11 (diff) | |
download | gentoo-98d318f2ee6caa38b41bdb682d3a2236f0c3ec81.tar.gz gentoo-98d318f2ee6caa38b41bdb682d3a2236f0c3ec81.tar.bz2 gentoo-98d318f2ee6caa38b41bdb682d3a2236f0c3ec81.zip |
dev-lisp/abcl: stabilize 1.9.3 for amd64
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-lisp/abcl')
-rw-r--r-- | dev-lisp/abcl/abcl-1.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/abcl/abcl-1.9.3.ebuild b/dev-lisp/abcl/abcl-1.9.3.ebuild index 995971074425..a2d0ed23272f 100644 --- a/dev-lisp/abcl/abcl-1.9.3.ebuild +++ b/dev-lisp/abcl/abcl-1.9.3.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/abcl-src-${PV}" LICENSE="GPL-2-with-classpath-exception" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" BDEPEND=">=dev-java/ant-1.10.15:0" DEPEND=">=virtual/jdk-1.8:*" |