diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 17:16:55 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 17:16:55 +0100 |
commit | c97488706be09f018f3e273607a791567b85fa07 (patch) | |
tree | 2874601ac6e47574cf67f1242176cbf188d3c816 /sys-apps/grep | |
parent | sys-apps/grep: arm stable wrt bug #704694 (diff) | |
download | gentoo-c97488706be09f018f3e273607a791567b85fa07.tar.gz gentoo-c97488706be09f018f3e273607a791567b85fa07.tar.bz2 gentoo-c97488706be09f018f3e273607a791567b85fa07.zip |
sys-apps/grep: amd64 stable wrt bug #704694
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/grep-3.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/grep/grep-3.3-r1.ebuild b/sys-apps/grep/grep-3.3-r1.ebuild index 8be7e831e0ae..fda50cdf7a0b 100644 --- a/sys-apps/grep/grep-3.3-r1.ebuild +++ b/sys-apps/grep/grep-3.3-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls pcre static" LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )" |