diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-12 00:58:45 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-12 01:03:09 +0200 |
commit | 11db3a37f24313013030ed5a29e2f8924eb96280 (patch) | |
tree | f0515b6ce3bdd2e0c906b3abc7827a4db03c8e85 /dev-vcs | |
parent | media-video/aegisub: x86 stable (bug #690004) (diff) | |
download | gentoo-11db3a37f24313013030ed5a29e2f8924eb96280.tar.gz gentoo-11db3a37f24313013030ed5a29e2f8924eb96280.tar.bz2 gentoo-11db3a37f24313013030ed5a29e2f8924eb96280.zip |
dev-vcs/kdesvn: x86 stable (bug #691968)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/kdesvn/kdesvn-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild index 52201b4605fa..0a1885cceb3f 100644 --- a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild +++ b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://kde.org/applications/development/org.kde.kdesvn" if [[ ${PV} != 9999* ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="GPL-2" |