diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:11:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:16:12 +0100 |
commit | b1091864035fb491dd5de6014d118252458eb561 (patch) | |
tree | a55e3e5468762c39473f4ea6e77a2845bc890ca6 /dev-lisp/ecls | |
parent | dev-lisp/cmucl: eutils-- (diff) | |
download | gentoo-b1091864035fb491dd5de6014d118252458eb561.tar.gz gentoo-b1091864035fb491dd5de6014d118252458eb561.tar.bz2 gentoo-b1091864035fb491dd5de6014d118252458eb561.zip |
dev-lisp/ecls: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp/ecls')
-rw-r--r-- | dev-lisp/ecls/ecls-16.1.3.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-20.4.24.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-21.2.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-21.2.1.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/dev-lisp/ecls/ecls-16.1.3.ebuild b/dev-lisp/ecls/ecls-16.1.3.ebuild index 31b7af3318c9..1b1f6154858d 100644 --- a/dev-lisp/ecls/ecls-16.1.3.ebuild +++ b/dev-lisp/ecls/ecls-16.1.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils multilib +inherit multilib # test phase only works if ecls already installed #516876 RESTRICT="test" diff --git a/dev-lisp/ecls/ecls-20.4.24.ebuild b/dev-lisp/ecls/ecls-20.4.24.ebuild index 7bc3c17dbf39..e24f48f35958 100644 --- a/dev-lisp/ecls/ecls-20.4.24.ebuild +++ b/dev-lisp/ecls/ecls-20.4.24.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils multilib +inherit multilib # test phase only works if ecls already installed #516876 RESTRICT="test" diff --git a/dev-lisp/ecls/ecls-21.2.1-r1.ebuild b/dev-lisp/ecls/ecls-21.2.1-r1.ebuild index 6ed6c25641d4..542960fdc2b1 100644 --- a/dev-lisp/ecls/ecls-21.2.1-r1.ebuild +++ b/dev-lisp/ecls/ecls-21.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils multilib +inherit multilib # test phase only works if ecls already installed #516876 RESTRICT="test" diff --git a/dev-lisp/ecls/ecls-21.2.1.ebuild b/dev-lisp/ecls/ecls-21.2.1.ebuild index 976df8f85654..ed118d43ed99 100644 --- a/dev-lisp/ecls/ecls-21.2.1.ebuild +++ b/dev-lisp/ecls/ecls-21.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils multilib +inherit multilib # test phase only works if ecls already installed #516876 RESTRICT="test" |