diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-05-14 10:04:40 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-05-14 10:06:19 +0200 |
commit | 649a290dceb7592a08dcb6dfec8e459e57f6423c (patch) | |
tree | ccb8319fb8ae268d0253f628a9e168b6ef73ab17 /dev-vcs | |
parent | dev-libs/libutf8proc: add ~x86-linux ~amd64-linux keywords (diff) | |
download | gentoo-649a290dceb7592a08dcb6dfec8e459e57f6423c.tar.gz gentoo-649a290dceb7592a08dcb6dfec8e459e57f6423c.tar.bz2 gentoo-649a290dceb7592a08dcb6dfec8e459e57f6423c.zip |
dev-vcs/subversion: add ~x86-linux keyword
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/subversion-1.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/subversion/subversion-1.12.0.ebuild b/dev-vcs/subversion/subversion-1.12.0.ebuild index 0d82828678be..17de700769e9 100644 --- a/dev-vcs/subversion/subversion-1.12.0.ebuild +++ b/dev-vcs/subversion/subversion-1.12.0.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Subversion GPL-2" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http java kwallet nls perl python ruby sasl test vim-syntax" COMMON_DEPEND=" |