diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2023-06-16 08:33:25 +0200 |
|---|---|---|
| committer | Ulrich Müller <ulm@gentoo.org> | 2023-06-16 23:39:53 +0200 |
| commit | 5e0b79e65317fd1b6879cc626c056da798c9e900 (patch) | |
| tree | 8fc62d938076b905bee4150767bb4688564c0227 /eclass/common-lisp-3.eclass | |
| parent | 1af42159bc1f3bde8baac4ca5bb743692c48df81 (diff) | |
| download | gentoo-5e0b79e65317fd1b6879cc626c056da798c9e900.tar.gz gentoo-5e0b79e65317fd1b6879cc626c056da798c9e900.tar.bz2 gentoo-5e0b79e65317fd1b6879cc626c056da798c9e900.zip | |
common-lisp-3.eclass: Don't inherit eutils
Neither the eclass nor any of the ebuilds inheriting common-lisp-3 needs
eutils features.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/common-lisp-3.eclass')
| -rw-r--r-- | eclass/common-lisp-3.eclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 6c87ef3db842..cd654f37b904 100644 --- a/eclass/common-lisp-3.eclass +++ b/eclass/common-lisp-3.eclass @@ -18,8 +18,6 @@ esac if [[ -z ${_COMMON_LISP_3_ECLASS} ]]; then _COMMON_LISP_3_ECLASS=1 -inherit eutils - # @ECLASS_VARIABLE: CLIMPLEMENTATIONS # @DESCRIPTION: # Common Lisp implementations |
