diff options
author | Sam James <sam@gentoo.org> | 2022-01-03 01:19:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-03 01:19:39 +0000 |
commit | a67b7e344c1ff0308f1baeedf7e91b430584907d (patch) | |
tree | 3f11c34a36920bd9d3184cb49d4fc15bb406582e /dev-lisp | |
parent | app-misc/rlwrap: use autotools.eclass, not manual autoreconf (diff) | |
download | gentoo-a67b7e344c1ff0308f1baeedf7e91b430584907d.tar.gz gentoo-a67b7e344c1ff0308f1baeedf7e91b430584907d.tar.bz2 gentoo-a67b7e344c1ff0308f1baeedf7e91b430584907d.zip |
dev-lisp/uiop: update EAPI 6 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/uiop/uiop-3.3.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lisp/uiop/uiop-3.3.5.ebuild b/dev-lisp/uiop/uiop-3.3.5.ebuild index 5a577a0275c1..fa5fabdb9254 100644 --- a/dev-lisp/uiop/uiop-3.3.5.ebuild +++ b/dev-lisp/uiop/uiop-3.3.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit common-lisp-3 @@ -12,6 +12,5 @@ SRC_URI="http://common-lisp.net/project/asdf/archives/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" -IUSE="" RDEPEND="~dev-lisp/asdf-${PV}" |