diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-02-28 22:06:33 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-02-28 22:06:33 +0100 |
commit | 9a939dc190d253d33fb1aca69664c31b917921ae (patch) | |
tree | 219edf0dc16f8c26cfdd898ad99874e28e38bb87 /app-text | |
parent | app-backup/tsm: Remove old (diff) | |
download | gentoo-9a939dc190d253d33fb1aca69664c31b917921ae.tar.gz gentoo-9a939dc190d253d33fb1aca69664c31b917921ae.tar.bz2 gentoo-9a939dc190d253d33fb1aca69664c31b917921ae.zip |
app-text/krop: amd64 stable
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/krop/krop-0.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/krop/krop-0.6.0.ebuild b/app-text/krop/krop-0.6.0.ebuild index df73d05761af..7c6a20c2e0ea 100644 --- a/app-text/krop/krop-0.6.0.ebuild +++ b/app-text/krop/krop-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/arminstraub/krop.git" else SRC_URI="https://github.com/arminstraub/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="A tool to crop PDF files" |