diff options
author | 2022-01-20 18:49:44 +0000 | |
---|---|---|
committer | 2022-01-20 18:49:44 +0000 | |
commit | 88752cd087fa2cd656f47880ec0984b765178052 (patch) | |
tree | 344972af77db034705533af829b0e32f809da0cf | |
parent | dev-python/cython: Stabilize 0.29.26 x86, #831546 (diff) | |
download | gentoo-88752cd087fa2cd656f47880ec0984b765178052.tar.gz gentoo-88752cd087fa2cd656f47880ec0984b765178052.tar.bz2 gentoo-88752cd087fa2cd656f47880ec0984b765178052.zip |
media-libs/stk: Stabilize 4.6.2 x86, #831563
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-libs/stk/stk-4.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/stk/stk-4.6.2.ebuild b/media-libs/stk/stk-4.6.2.ebuild index 5191c27f4f3d..c8993c4329bb 100644 --- a/media-libs/stk/stk-4.6.2.ebuild +++ b/media-libs/stk/stk-4.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="alsa debug doc jack oss static-libs" REQUIRED_USE="|| ( alsa jack oss )" |