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: Thu, 27 Jan 2022 19:07:51
Message-Id: 1643310398.bdfc6f6844860f6161ce7ee4b2e88fefcb2ea693.sam@gentoo
1 commit: bdfc6f6844860f6161ce7ee4b2e88fefcb2ea693
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 27 19:06:38 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 27 19:06:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfc6f68
7
8 dev-lisp/uiop: Stabilize 3.3.5 x86, #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 bc12980c3c0a..5a855d8db0d8 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}"