diff options
author | 2024-12-06 07:46:59 +0000 | |
---|---|---|
committer | 2024-12-06 07:46:59 +0000 | |
commit | 92823d9fcee0dc96d77011b6b7dbdaf9d82ec561 (patch) | |
tree | 769b26c2a3ce30ac5327af37d07bf98162c99891 /app-text/xournalpp | |
parent | java-utils-2.eclass: add some missing documentation (diff) | |
download | gentoo-92823d9fcee0dc96d77011b6b7dbdaf9d82ec561.tar.gz gentoo-92823d9fcee0dc96d77011b6b7dbdaf9d82ec561.tar.bz2 gentoo-92823d9fcee0dc96d77011b6b7dbdaf9d82ec561.zip |
app-text/xournalpp: Stabilize 1.2.3 amd64, #935854
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/xournalpp')
-rw-r--r-- | app-text/xournalpp/xournalpp-1.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xournalpp/xournalpp-1.2.3.ebuild b/app-text/xournalpp/xournalpp-1.2.3.ebuild index df7aa6c945ea..63b5ca59d9fe 100644 --- a/app-text/xournalpp/xournalpp-1.2.3.ebuild +++ b/app-text/xournalpp/xournalpp-1.2.3.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" |