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/xournalpp/
Date: Fri, 09 Oct 2020 19:16:27
Message-Id: 1602270973.c83cf6c10772efe6b2a13dfb9011f14a085f6084.dilfridge@gentoo
1 commit: c83cf6c10772efe6b2a13dfb9011f14a085f6084
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 19:16:13 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 19:16:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83cf6c1
7
8 app-text/xournalpp: Stable for amd64
9
10 Closes: https://bugs.gentoo.org/733532
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 app-text/xournalpp/xournalpp-1.0.18-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-text/xournalpp/xournalpp-1.0.18-r1.ebuild b/app-text/xournalpp/xournalpp-1.0.18-r1.ebuild
18 index 7057d336d41..3d28d5cb4eb 100644
19 --- a/app-text/xournalpp/xournalpp-1.0.18-r1.ebuild
20 +++ b/app-text/xournalpp/xournalpp-1.0.18-r1.ebuild
21 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
22 EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git"
23 unset SRC_URI
24 else
25 - KEYWORDS="~amd64"
26 + KEYWORDS="amd64"
27 SRC_URI="https://github.com/xournalpp/xournalpp/archive/${PV}.tar.gz -> ${P}.tgz"
28 fi