diff options
author | Sam James <sam@gentoo.org> | 2022-02-07 06:33:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-07 06:33:19 +0000 |
commit | 8c3d66f2c79f7b5fd6a005880e9ad11e16647e2a (patch) | |
tree | e64a28a9ce8cff61705c027d34cc7199454c2001 /app-text/unpaper | |
parent | dev-perl/Set-IntSpan: Keyword 1.190.0-r2 arm64, #823161 (diff) | |
download | gentoo-8c3d66f2c79f7b5fd6a005880e9ad11e16647e2a.tar.gz gentoo-8c3d66f2c79f7b5fd6a005880e9ad11e16647e2a.tar.bz2 gentoo-8c3d66f2c79f7b5fd6a005880e9ad11e16647e2a.zip |
app-text/unpaper: Keyword 6.1-r1 arm64, #823161
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/unpaper')
-rw-r--r-- | app-text/unpaper/unpaper-6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/unpaper/unpaper-6.1-r1.ebuild b/app-text/unpaper/unpaper-6.1-r1.ebuild index 7b1433f52f43..91982d16e2cb 100644 --- a/app-text/unpaper/unpaper-6.1-r1.ebuild +++ b/app-text/unpaper/unpaper-6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 autotools else SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm64 x86" fi DESCRIPTION="Post-processor for scanned and photocopied book pages" |