diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-26 15:48:02 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-26 15:48:02 +0000 |
commit | 38b7258d086dd5e263c3bbe3880c8c956676bc71 (patch) | |
tree | 6fce284d5bfddaf597a490ac66069d16c6a485db /sys-devel/patch | |
parent | 0ebf740b9c9bc7c10ac41bea315ecc6c01c79166 (diff) |
gentoo resync : 25.01.2018
Diffstat (limited to 'sys-devel/patch')
-rw-r--r-- | sys-devel/patch/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.7.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest index efead5bbf64a..0105200b55d6 100644 --- a/sys-devel/patch/Manifest +++ b/sys-devel/patch/Manifest @@ -1,3 +1,3 @@ DIST patch-2.7.5.tar.xz 727704 BLAKE2B a7aefd05da73329ae301f0f6429306661d72fedd59c6d35acef4828c7e5951c0ce3e8cedfc8ed9ac45d45f6eff564c2e41c0ccb95fbe1c668f63844b7069520c SHA512 6620ac8101f60c0b456ce339fa5e371f40be0b391e2e9728f34f3625f9907e516de61dac2f91bc76e6fd28a9bd1224efc3ba827cfaa606d857730c1af4195a0f -EBUILD patch-2.7.5.ebuild 922 BLAKE2B 7487ca345b4a884f8ecc54866644fecfb703ddcd3f4a00b8e34ab4fcbb432886ad003cded932d0b70fd6a8207f63548d8c5d5c4b0472ed9a457fa7e5a25351f7 SHA512 52ed38cd7c035b371617a1e2bfbbeaa7221d2e8f5f8832c66c0f51706802b61c86fc0ee05ebfab9efecd10e3d684f8839c6a80baa30abf1be12eeb06d19edd5c +EBUILD patch-2.7.5.ebuild 910 BLAKE2B 08bf1c4632e99c913fa5134ceb366c60191e770a26eb4351d413b28616654233671925332f0fc78e66d97ed86cfa9d6e1e0267890eb52847a339423e3b5da94c SHA512 103a71c3bc37159dc12a21f60c3d3709c3bb6b18a6b18d255c89ed00ad4a28305afd4e58ce98b7109c364ca884d6247464e006e9bdccab299bebd7f0b7664fd8 MISC metadata.xml 253 BLAKE2B 295e9d6d93aaa12af413972e1590c67087801cc09c9aa6b59d4606c0f4106d1dacf2baa9858559083b4c6d91beeef218d0729e8593a33788958da6d2897e8ce2 SHA512 54a9069aeb4165d2dff3d473c8001bc51613aac9dff3f7f5e9971a9891a737a31511ffa11cbd523febe581ac1d9de2bdf2f40410f0c4239138f2ccca3ef15555 diff --git a/sys-devel/patch/patch-2.7.5.ebuild b/sys-devel/patch/patch-2.7.5.ebuild index 92310e30ad67..04f387d863c2 100644 --- a/sys-devel/patch/patch-2.7.5.ebuild +++ b/sys-devel/patch/patch-2.7.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/patch/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -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 ~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 )" |