diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-14 14:49:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-14 15:00:22 +0200 |
commit | e1d43b58435c008a755925ebf42a32f1ef089dc2 (patch) | |
tree | e255904634d144bb9989ea700ff05b93e30d9bbf /dev-vcs | |
parent | kde-misc/tellico: Drop 3.2 (diff) | |
download | gentoo-e1d43b58435c008a755925ebf42a32f1ef089dc2.tar.gz gentoo-e1d43b58435c008a755925ebf42a32f1ef089dc2.tar.bz2 gentoo-e1d43b58435c008a755925ebf42a32f1ef089dc2.zip |
dev-vcs/kdesvn: 2.1.0 amd64 stable
Closes: https://bugs.gentoo.org/691968
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@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 0a1885cceb3f..a6bf20965e15 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" |