diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-16 02:27:47 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-16 02:27:47 +0100 |
commit | 1a776960e1d6b53697838ff7964fbdd367371186 (patch) | |
tree | 6ed086fe0de44cc3acfa44d38f13c635f90242dc /net-misc/rsync | |
parent | net-misc/openssh: x86 stable (bug #633428) (diff) | |
download | gentoo-1a776960e1d6b53697838ff7964fbdd367371186.tar.gz gentoo-1a776960e1d6b53697838ff7964fbdd367371186.tar.bz2 gentoo-1a776960e1d6b53697838ff7964fbdd367371186.zip |
net-misc/rsync: x86 stable (bug #636714)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'net-misc/rsync')
-rw-r--r-- | net-misc/rsync/rsync-3.1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/rsync/rsync-3.1.2-r1.ebuild b/net-misc/rsync/rsync-3.1.2-r1.ebuild index 706b9998cb3e..91b94f1b8bcd 100644 --- a/net-misc/rsync/rsync-3.1.2-r1.ebuild +++ b/net-misc/rsync/rsync-3.1.2-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://rsync.samba.org/ftp/rsync/src/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" if [[ ${PV} != *_pre ]] ; then -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="acl examples iconv ipv6 static stunnel xattr" |