diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-08-11 08:43:09 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-08-11 08:43:09 +0200 |
commit | e636704c086e8a4587f6125606457c284b2629d6 (patch) | |
tree | 8cd45e827b0c57c295509f18592688e0eb7b8c83 /media-sound/ardour | |
parent | sys-cluster/keepalived: x86 stable wrt bug #806782 (diff) | |
download | gentoo-e636704c086e8a4587f6125606457c284b2629d6.tar.gz gentoo-e636704c086e8a4587f6125606457c284b2629d6.tar.bz2 gentoo-e636704c086e8a4587f6125606457c284b2629d6.zip |
media-sound/ardour: x86 stable wrt bug #806812
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-sound/ardour')
-rw-r--r-- | media-sound/ardour/ardour-6.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/ardour/ardour-6.8-r1.ebuild b/media-sound/ardour/ardour-6.8-r1.ebuild index 5d2ed1d239d1..f1e41fea895e 100644 --- a/media-sound/ardour/ardour-6.8-r1.ebuild +++ b/media-sound/ardour/ardour-6.8-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.ardour.org/ardour/ardour.git" inherit git-r3 else - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/Ardour-${PV}.0.tar.bz2" S="${WORKDIR}/Ardour-${PV}.0" fi |