diff options
author | Sam James <sam@gentoo.org> | 2024-04-21 00:48:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-21 00:48:22 +0100 |
commit | ca34beae48fa45118e4c752f7f9af91f77fac0d6 (patch) | |
tree | 2ec1e15291e2dd95346038b03f28caaec93dc2c6 /dev-lisp | |
parent | media-libs/libmediainfo: Stabilize 23.10 x86, #929148 (diff) | |
download | gentoo-ca34beae48fa45118e4c752f7f9af91f77fac0d6.tar.gz gentoo-ca34beae48fa45118e4c752f7f9af91f77fac0d6.tar.bz2 gentoo-ca34beae48fa45118e4c752f7f9af91f77fac0d6.zip |
dev-lisp/flexi-streams: Stabilize 1.0.19 amd64, #930217
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild index 6bac229dee34..9c676913bfca 100644 --- a/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild +++ b/dev-lisp/flexi-streams/flexi-streams-1.0.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |