diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-17 17:32:51 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-17 18:02:35 -0700 |
commit | 3543bf2710c2551b77bcec2285582b39fef4f38b (patch) | |
tree | edc73e71648f28160895a5ad2d0faa6bdce71f14 /sys-devel | |
parent | sys-devel/patch-2.7.6-r1: ppc stable, bug 647270 (diff) | |
download | gentoo-3543bf2710c2551b77bcec2285582b39fef4f38b.tar.gz gentoo-3543bf2710c2551b77bcec2285582b39fef4f38b.tar.bz2 gentoo-3543bf2710c2551b77bcec2285582b39fef4f38b.zip |
sys-devel/patch-2.7.6-r1: ppc64 stable, bug 647270
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/patch/patch-2.7.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/patch/patch-2.7.6-r1.ebuild b/sys-devel/patch/patch-2.7.6-r1.ebuild index 1c48f20569cc..2a78efab705d 100644 --- a/sys-devel/patch/patch-2.7.6-r1.ebuild +++ b/sys-devel/patch/patch-2.7.6-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/patch/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static test xattr" RDEPEND="xattr? ( sys-apps/attr )" |