diff options
author | Sam James <sam@gentoo.org> | 2023-05-19 18:53:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-19 18:53:36 +0100 |
commit | 9b9289c8a8ed5fd863d4af113a044c9e958a2e86 (patch) | |
tree | 4ba8c582af2a57b8cc8ea3c20dd1968411b6a4f3 /app-text/xournalpp | |
parent | app-crypt/pinentry: add configure args for KF5WaylandClient, Qt5X11Extras, li... (diff) | |
download | gentoo-9b9289c8a8ed5fd863d4af113a044c9e958a2e86.tar.gz gentoo-9b9289c8a8ed5fd863d4af113a044c9e958a2e86.tar.bz2 gentoo-9b9289c8a8ed5fd863d4af113a044c9e958a2e86.zip |
app-text/xournalpp: Stabilize 1.1.1-r2 amd64, #859541
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/xournalpp')
-rw-r--r-- | app-text/xournalpp/xournalpp-1.1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xournalpp/xournalpp-1.1.1-r2.ebuild b/app-text/xournalpp/xournalpp-1.1.1-r2.ebuild index a1105db47c04..65f5ff07e869 100644 --- a/app-text/xournalpp/xournalpp-1.1.1-r2.ebuild +++ b/app-text/xournalpp/xournalpp-1.1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git" else SRC_URI="https://github.com/xournalpp/xournalpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tgz" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="amd64 ~ppc64" fi DESCRIPTION="Handwriting notetaking software with PDF annotation support" |