diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:10:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:16:05 +0100 |
commit | 16667507801718724ca4cc98eef3e9cb811f617e (patch) | |
tree | bf2ee76b9ac535b226aa32b5fe19a5b10f100f39 /dev-lisp | |
parent | dev-libs/weston: toolchain-funcs-- (diff) | |
download | gentoo-16667507801718724ca4cc98eef3e9cb811f617e.tar.gz gentoo-16667507801718724ca4cc98eef3e9cb811f617e.tar.bz2 gentoo-16667507801718724ca4cc98eef3e9cb811f617e.zip |
dev-lisp/abcl: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/abcl/abcl-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/abcl/abcl-1.5.0.ebuild b/dev-lisp/abcl/abcl-1.5.0.ebuild index e044eb611f12..c12516635a33 100644 --- a/dev-lisp/abcl/abcl-1.5.0.ebuild +++ b/dev-lisp/abcl/abcl-1.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 MY_P=${PN}-src-${PV} |