diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-05-08 11:55:04 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-05-08 11:55:30 +0200 |
commit | 0b3fc634c91c4258645e87394885662c6eefd8c8 (patch) | |
tree | 6cfde7549e66fde87c0a16fb55a8cf817813c42f /dev-vcs | |
parent | sys-apps/pcsc-lite: Silence checkpath call in init script (diff) | |
download | gentoo-0b3fc634c91c4258645e87394885662c6eefd8c8.tar.gz gentoo-0b3fc634c91c4258645e87394885662c6eefd8c8.tar.bz2 gentoo-0b3fc634c91c4258645e87394885662c6eefd8c8.zip |
dev-vcs/subversion: add ~amd64-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 d7d1a24e7330..0d82828678be 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" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-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=" |