diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 15:29:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 15:29:44 +0300 |
commit | 3b23cb4ce786b6aef31f875a5200ea900e342a5a (patch) | |
tree | 62e83774ca79490af8bd59dd1c334f20570e6dd3 /lxqt-base | |
parent | lxqt-base/lxqt-meta: x86 stable wrt bug #686526 (diff) | |
download | gentoo-3b23cb4ce786b6aef31f875a5200ea900e342a5a.tar.gz gentoo-3b23cb4ce786b6aef31f875a5200ea900e342a5a.tar.bz2 gentoo-3b23cb4ce786b6aef31f875a5200ea900e342a5a.zip |
lxqt-base/lxqt-notificationd: x86 stable wrt bug #686526
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
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 419e13f11b04..5e97db50bc2f 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 x86" fi LICENSE="LGPL-2.1+" |