diff options
author | Sam James <sam@gentoo.org> | 2023-10-09 19:57:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-09 19:57:01 +0100 |
commit | 75ee04c4f7c1110fc207c4c2a443f4924aa0e986 (patch) | |
tree | c9de8f77a3807deab177ba4af3783dfbca8f9d49 /app-text | |
parent | net-misc/openssh: Stabilize 9.4_p1 amd64, #915461 (diff) | |
download | gentoo-75ee04c4f7c1110fc207c4c2a443f4924aa0e986.tar.gz gentoo-75ee04c4f7c1110fc207c4c2a443f4924aa0e986.tar.bz2 gentoo-75ee04c4f7c1110fc207c4c2a443f4924aa0e986.zip |
app-text/xournalpp: Stabilize 1.1.3-r2 amd64, #915484
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xournalpp/xournalpp-1.1.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xournalpp/xournalpp-1.1.3-r2.ebuild b/app-text/xournalpp/xournalpp-1.1.3-r2.ebuild index 681bb9a2a3cf..77d1e2514686 100644 --- a/app-text/xournalpp/xournalpp-1.1.3-r2.ebuild +++ b/app-text/xournalpp/xournalpp-1.1.3-r2.ebuild @@ -11,7 +11,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" |