diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-15 10:29:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-15 10:30:32 +0200 |
commit | 7e0df21efe83663c14afe5675925ed09d6b6f8ff (patch) | |
tree | 2a410d7c1556e4612abc3400618b281c0ea8274f /dev-vcs | |
parent | www-apps/liquid_feedback_core: clean duplicate patches (diff) | |
download | gentoo-7e0df21efe83663c14afe5675925ed09d6b6f8ff.tar.gz gentoo-7e0df21efe83663c14afe5675925ed09d6b6f8ff.tar.bz2 gentoo-7e0df21efe83663c14afe5675925ed09d6b6f8ff.zip |
dev-vcs/subversion: Remove ~arm64 from 1.10.0 due to deps
Remove ~arm64 from 1.10.0 due to no keywords on dev-libs/libutf8proc.
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/subversion-1.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/subversion/subversion-1.10.0.ebuild b/dev-vcs/subversion/subversion-1.10.0.ebuild index e5ec4cf475b2..7fb2f3dc0626 100644 --- a/dev-vcs/subversion/subversion-1.10.0.ebuild +++ b/dev-vcs/subversion/subversion-1.10.0.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Subversion GPL-2" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~amd64 ~arm64 ~ppc" +KEYWORDS="~amd64 ~ppc" IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http java kwallet nls perl python ruby sasl test vim-syntax" COMMON_DEPEND=" |