diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-16 08:47:28 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-16 08:47:28 -0400 |
commit | 13ed1eb06b6e001750b5580484bf988a5b000c1d (patch) | |
tree | 1779846b909f24a225cf2efede847a53137b94c5 /app-crypt/md5deep | |
parent | sys-kernel/genkernel: keyword ~arm64 (diff) | |
download | gentoo-13ed1eb06b6e001750b5580484bf988a5b000c1d.tar.gz gentoo-13ed1eb06b6e001750b5580484bf988a5b000c1d.tar.bz2 gentoo-13ed1eb06b6e001750b5580484bf988a5b000c1d.zip |
app-crypt/md5deep: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-crypt/md5deep')
-rw-r--r-- | app-crypt/md5deep/md5deep-4.3.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/md5deep/md5deep-4.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/md5deep/md5deep-4.3.ebuild b/app-crypt/md5deep/md5deep-4.3.ebuild index cb91e22b8213..5f025c284a0b 100644 --- a/app-crypt/md5deep/md5deep-4.3.ebuild +++ b/app-crypt/md5deep/md5deep-4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="public-domain GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RESTRICT="test" diff --git a/app-crypt/md5deep/md5deep-4.4.ebuild b/app-crypt/md5deep/md5deep-4.4.ebuild index 48242e1000c5..83594289723f 100644 --- a/app-crypt/md5deep/md5deep-4.4.ebuild +++ b/app-crypt/md5deep/md5deep-4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jessek/hashdeep/archive/release-${PV}.tar.gz LICENSE="public-domain GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" S=${WORKDIR}/hashdeep-release-${PV} |