diff options
author | 2017-12-13 00:12:33 +0000 | |
---|---|---|
committer | 2017-12-13 00:12:39 +0000 | |
commit | b2bb95542a821bc023df07064b19e622cdff2dce (patch) | |
tree | 4c6e4bf20d9c7e198445fe8e578667af5ecb6228 /net-misc | |
parent | sys-fs/dd-rescue: 1.99.8 (diff) | |
download | gentoo-b2bb95542a821bc023df07064b19e622cdff2dce.tar.gz gentoo-b2bb95542a821bc023df07064b19e622cdff2dce.tar.bz2 gentoo-b2bb95542a821bc023df07064b19e622cdff2dce.zip |
net-misc/rsync: stable 3.1.2-r2 for ia64, bug #640570
Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/rsync/rsync-3.1.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/rsync/rsync-3.1.2-r2.ebuild b/net-misc/rsync/rsync-3.1.2-r2.ebuild index e7a9a3ff93de..6986527bada9 100644 --- a/net-misc/rsync/rsync-3.1.2-r2.ebuild +++ b/net-misc/rsync/rsync-3.1.2-r2.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" |