diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-17 09:57:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-17 09:57:25 +0300 |
commit | 7ce629fe211d52c431150ac3a376bf4df6182346 (patch) | |
tree | 5871f700261742897078d4031cce1defbd7853a1 /dev-lisp | |
parent | dev-lisp/cl-ppcre: Stabilize 2.1.0-r1 amd64, #934436 (diff) | |
download | gentoo-7ce629fe211d52c431150ac3a376bf4df6182346.tar.gz gentoo-7ce629fe211d52c431150ac3a376bf4df6182346.tar.bz2 gentoo-7ce629fe211d52c431150ac3a376bf4df6182346.zip |
dev-lisp/cl-ppcre-unicode: Stabilize 2.1.0-r1 amd64, #934436
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild index 9c950abde1a9..79462789c0c4 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0-r1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/cl-ppcre-${PV}" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" RDEPEND="~dev-lisp/cl-ppcre-${PV} dev-lisp/cl-unicode" |