Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/krop/
Date: Sun, 28 Feb 2021 21:07:27
Message-Id: 1614546393.9a939dc190d253d33fb1aca69664c31b917921ae.dilfridge@gentoo
1 commit: 9a939dc190d253d33fb1aca69664c31b917921ae
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 21:06:33 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 21:06:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a939dc1
7
8 app-text/krop: amd64 stable
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 app-text/krop/krop-0.6.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/krop/krop-0.6.0.ebuild b/app-text/krop/krop-0.6.0.ebuild
17 index df73d05761a..7c6a20c2e0e 100644
18 --- a/app-text/krop/krop-0.6.0.ebuild
19 +++ b/app-text/krop/krop-0.6.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
27 EGIT_REPO_URI="https://github.com/arminstraub/krop.git"
28 else
29 SRC_URI="https://github.com/arminstraub/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="amd64 ~x86"
32 fi
33
34 DESCRIPTION="A tool to crop PDF files"