diff options
author | 2023-02-22 23:04:15 +0200 | |
---|---|---|
committer | 2023-02-22 23:04:15 +0200 | |
commit | 561a83c1595adcd0889aee45e8262b94a261e127 (patch) | |
tree | 4ed5005f955b9d92a4da109fd0650a91862b8cca /net-fs | |
parent | net-fs/samba: Stabilize 4.15.13 ppc64, #893084 (diff) | |
download | gentoo-561a83c1595adcd0889aee45e8262b94a261e127.tar.gz gentoo-561a83c1595adcd0889aee45e8262b94a261e127.tar.bz2 gentoo-561a83c1595adcd0889aee45e8262b94a261e127.zip |
net-fs/samba: Stabilize 4.15.13 ppc, #893084
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.15.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.15.13.ebuild b/net-fs/samba/samba-4.15.13.ebuild index 55bb26f5864d..392cb1f32b35 100644 --- a/net-fs/samba/samba-4.15.13.ebuild +++ b/net-fs/samba/samba-4.15.13.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then SRC_URI="mirror://samba/rc/${MY_P}.tar.gz" else SRC_URI="mirror://samba/stable/${MY_P}.tar.gz" - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86" fi S="${WORKDIR}/${MY_P}" |