diff options
author | Markus Meier <maekke@gentoo.org> | 2018-05-30 06:40:04 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-05-30 06:40:04 +0200 |
commit | f25fa9341f4fa9a4c398542dc1711ab6f7c84909 (patch) | |
tree | 2a04403d610a589ff977b21eea155f829918d52f /dev-util/gengetopt | |
parent | net-analyzer/tcpreplay: add ~arm, bug #621432 (diff) | |
download | gentoo-f25fa9341f4fa9a4c398542dc1711ab6f7c84909.tar.gz gentoo-f25fa9341f4fa9a4c398542dc1711ab6f7c84909.tar.bz2 gentoo-f25fa9341f4fa9a4c398542dc1711ab6f7c84909.zip |
dev-util/gengetopt: add ~arm, bug #621436
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-util/gengetopt')
-rw-r--r-- | dev-util/gengetopt/gengetopt-2.22.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gengetopt/gengetopt-2.22.6.ebuild b/dev-util/gengetopt/gengetopt-2.22.6.ebuild index 74404faced25..cd8b5f7a020c 100644 --- a/dev-util/gengetopt/gengetopt-2.22.6.ebuild +++ b/dev-util/gengetopt/gengetopt-2.22.6.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=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 x86 ~x64-cygwin ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris" +KEYWORDS="amd64 ~arm x86 ~x64-cygwin ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris" src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch |