diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-08 14:05:45 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-08 14:06:02 +0200 |
commit | 0f6f5c01ae39994701ae0787e1a0baef0179aaaa (patch) | |
tree | d01d970347e38aa3359297535a1fa642811b8117 /net-fs | |
parent | common-lisp.eclass: Reorders metatada. Adds BLURB (diff) | |
download | gentoo-0f6f5c01ae39994701ae0787e1a0baef0179aaaa.tar.gz gentoo-0f6f5c01ae39994701ae0787e1a0baef0179aaaa.tar.bz2 gentoo-0f6f5c01ae39994701ae0787e1a0baef0179aaaa.zip |
net-fs/samba: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.5.10.ebuild | 2 | ||||
-rw-r--r-- | net-fs/samba/samba-4.6.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-4.5.10.ebuild b/net-fs/samba/samba-4.5.10.ebuild index dce3a54883c3..067d5941f40a 100644 --- a/net-fs/samba/samba-4.5.10.ebuild +++ b/net-fs/samba/samba-4.5.10.ebuild @@ -16,7 +16,7 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="http://www.samba.org/" diff --git a/net-fs/samba/samba-4.6.5.ebuild b/net-fs/samba/samba-4.6.5.ebuild index cc315b6cf680..57ae514d8cd1 100644 --- a/net-fs/samba/samba-4.6.5.ebuild +++ b/net-fs/samba/samba-4.6.5.ebuild @@ -16,7 +16,7 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz https://dev.gentoo.org/~polynomial-c/samba-4.6.0-disable-python-patches.tar.xz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="http://www.samba.org/" |