diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-23 07:59:03 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-23 07:59:29 +0100 |
commit | d0f47f4c260d03cdbc3d947868538337f732dbdd (patch) | |
tree | ce0d574dec219b1761b6041e889ae7104d8cbc67 /app-text | |
parent | app-office/libreoffice: Set USE-defaults for mesa[egl,gbm] (diff) | |
download | gentoo-d0f47f4c260d03cdbc3d947868538337f732dbdd.tar.gz gentoo-d0f47f4c260d03cdbc3d947868538337f732dbdd.tar.bz2 gentoo-d0f47f4c260d03cdbc3d947868538337f732dbdd.zip |
app-text/xournal: Keyword 0.4.8.2016 ppc64, #792105
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xournal/xournal-0.4.8.2016.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xournal/xournal-0.4.8.2016.ebuild b/app-text/xournal/xournal-0.4.8.2016.ebuild index c2f75dda057f..8ea556bd5054 100644 --- a/app-text/xournal/xournal-0.4.8.2016.ebuild +++ b/app-text/xournal/xournal-0.4.8.2016.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code" unset SRC_URI else - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 ~ppc64 ~x86" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" fi |