Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/uiop/
Date: Mon, 03 Jan 2022 01:19:55
Message-Id: 1641172779.a67b7e344c1ff0308f1baeedf7e91b430584907d.sam@gentoo
1 commit: a67b7e344c1ff0308f1baeedf7e91b430584907d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 01:19:39 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 01:19:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67b7e34
7
8 dev-lisp/uiop: update EAPI 6 -> 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lisp/uiop/uiop-3.3.5.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-lisp/uiop/uiop-3.3.5.ebuild b/dev-lisp/uiop/uiop-3.3.5.ebuild
16 index 5a577a0275c1..fa5fabdb9254 100644
17 --- a/dev-lisp/uiop/uiop-3.3.5.ebuild
18 +++ b/dev-lisp/uiop/uiop-3.3.5.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 inherit common-lisp-3
27
28 @@ -12,6 +12,5 @@ SRC_URI="http://common-lisp.net/project/asdf/archives/${P}.tar.gz"
29 LICENSE="MIT"
30 SLOT="0"
31 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
32 -IUSE=""
33
34 RDEPEND="~dev-lisp/asdf-${PV}"