diff options
author | Erhard F <erhard_f@mailbox.org> | 2019-09-03 21:32:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-08 18:17:06 +0200 |
commit | 55bddbea366e9fcf284844574b3632f836f1cdc3 (patch) | |
tree | 8be63634f023b651785d6665ed1902f1bcd97b92 /lxqt-base | |
parent | lxqt-base/lxqt-globalkeys: keyworded 0.14.1 for ppc64, bug #689606 (diff) | |
download | gentoo-55bddbea366e9fcf284844574b3632f836f1cdc3.tar.gz gentoo-55bddbea366e9fcf284844574b3632f836f1cdc3.tar.bz2 gentoo-55bddbea366e9fcf284844574b3632f836f1cdc3.zip |
lxqt-base/lxqt-notificationd: keyworded 0.14.1 for ppc64, bug #689606
Bug: https://bugs.gentoo.org/689606
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Erhard Furtner <erhard_f@mailbox.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild index 5e97db50bc2f..7db414c40593 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi LICENSE="LGPL-2.1+" |