diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 17:14:46 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 17:14:46 +0100 |
commit | 48a2892ece99593c88c61e55f40bc0f184dda798 (patch) | |
tree | d920defd297b816fac678dbe78fe523c34a4124e | |
parent | x11-libs/libXpm: arm stable wrt bug #704592 (diff) | |
download | gentoo-48a2892ece99593c88c61e55f40bc0f184dda798.tar.gz gentoo-48a2892ece99593c88c61e55f40bc0f184dda798.tar.bz2 gentoo-48a2892ece99593c88c61e55f40bc0f184dda798.zip |
sys-apps/grep: arm stable wrt bug #704694
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | sys-apps/grep/grep-3.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/grep/grep-3.3-r1.ebuild b/sys-apps/grep/grep-3.3-r1.ebuild index a623fd4f312f..8be7e831e0ae 100644 --- a/sys-apps/grep/grep-3.3-r1.ebuild +++ b/sys-apps/grep/grep-3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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(+)] )" |