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, 28 Feb 2022 05:03:19
Message-Id: 1646024570.ef4c0e5e4addc5ab5f3e2c06abbfa5c3b0d09537.sam@gentoo
1 commit: ef4c0e5e4addc5ab5f3e2c06abbfa5c3b0d09537
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 05:02:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 05:02:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4c0e5e
7
8 dev-lisp/uiop: Stabilize 3.3.5 sparc, #828735
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lisp/uiop/uiop-3.3.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lisp/uiop/uiop-3.3.5.ebuild b/dev-lisp/uiop/uiop-3.3.5.ebuild
16 index 2b38921e7262..d591555987e7 100644
17 --- a/dev-lisp/uiop/uiop-3.3.5.ebuild
18 +++ b/dev-lisp/uiop/uiop-3.3.5.ebuild
19 @@ -11,6 +11,6 @@ SRC_URI="http://common-lisp.net/project/asdf/archives/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
24 +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
25
26 RDEPEND="~dev-lisp/asdf-${PV}"