diff options
author | Sam James <sam@gentoo.org> | 2022-09-01 20:11:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-01 20:11:39 +0100 |
commit | 77c178aea00e812c9ff83043af714dbc32b48c7b (patch) | |
tree | 5c215054304ad96e62855bd9c35685edf92636bb /app-text | |
parent | dev-vcs/pre-commit: Stabilize 2.20.0 amd64, #867877 (diff) | |
download | gentoo-77c178aea00e812c9ff83043af714dbc32b48c7b.tar.gz gentoo-77c178aea00e812c9ff83043af714dbc32b48c7b.tar.bz2 gentoo-77c178aea00e812c9ff83043af714dbc32b48c7b.zip |
app-text/unpaper: Stabilize 7.0.0 amd64, #867910
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/unpaper/unpaper-7.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/unpaper/unpaper-7.0.0.ebuild b/app-text/unpaper/unpaper-7.0.0.ebuild index a26b83763386..86d62c9d0488 100644 --- a/app-text/unpaper/unpaper-7.0.0.ebuild +++ b/app-text/unpaper/unpaper-7.0.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 else SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi DESCRIPTION="Post-processor for scanned and photocopied book pages" |