diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-12-04 23:30:15 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-05 12:58:07 -0500 |
commit | b7e95323baf18194efe9c1e459a16bb618233a05 (patch) | |
tree | 9eca69c79455929c2f481539b5ef7c8a4c34ff9d /media-sound/audacity | |
parent | media-libs/portsmf: Keyword 239 x86, #891517 (diff) | |
download | gentoo-b7e95323baf18194efe9c1e459a16bb618233a05.tar.gz gentoo-b7e95323baf18194efe9c1e459a16bb618233a05.tar.bz2 gentoo-b7e95323baf18194efe9c1e459a16bb618233a05.zip |
media-sound/audacity: Keyword 3.3.3 x86, #891517
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-3.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/audacity/audacity-3.3.3.ebuild b/media-sound/audacity/audacity-3.3.3.ebuild index f3cab795cdb8..602bbb3cc707 100644 --- a/media-sound/audacity/audacity-3.3.3.ebuild +++ b/media-sound/audacity/audacity-3.3.3.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/audacity/audacity.git" else - KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="~amd64 ~arm64 ~riscv ~x86" MY_P="Audacity-${PV}" S="${WORKDIR}/${PN}-${MY_P}" SRC_URI="https://github.com/audacity/audacity/archive/${MY_P}.tar.gz" |