diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-01-04 00:38:39 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-01-04 00:39:54 -0600 |
commit | ec788bacad6f37f43ff923296a2c89791167cb77 (patch) | |
tree | a14be81354885a1aafbd2049ac160099fa9919fb /sys-apps/moreutils | |
parent | dev-perl/Devel-NYTProf: Bump to version 6.60.0 re bug #661210 (diff) | |
download | gentoo-ec788bacad6f37f43ff923296a2c89791167cb77.tar.gz gentoo-ec788bacad6f37f43ff923296a2c89791167cb77.tar.bz2 gentoo-ec788bacad6f37f43ff923296a2c89791167cb77.zip |
sys-apps/moreutils: add ~arm64 keyword
Closes: https://bugs.gentoo.org/668488
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'sys-apps/moreutils')
-rw-r--r-- | sys-apps/moreutils/moreutils-0.62.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/moreutils/moreutils-0.62.ebuild b/sys-apps/moreutils/moreutils-0.62.ebuild index 2e245cd08c2e..ed18577e7f62 100644 --- a/sys-apps/moreutils/moreutils-0.62.ebuild +++ b/sys-apps/moreutils/moreutils-0.62.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux" IUSE="+doc +perl" RDEPEND=" |