diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:34:20 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:34:20 +0300 |
commit | 84c2781b2375a766e7b305cbe18eeba486e6a55e (patch) | |
tree | ad70ec5ddc07266a779ae96a5320901b3baf7163 /lxqt-base/lxqt-notificationd | |
parent | lxqt-base/lxqt-meta: x86 stable wrt bug #734818 (diff) | |
download | gentoo-84c2781b2375a766e7b305cbe18eeba486e6a55e.tar.gz gentoo-84c2781b2375a766e7b305cbe18eeba486e6a55e.tar.bz2 gentoo-84c2781b2375a766e7b305cbe18eeba486e6a55e.zip |
lxqt-base/lxqt-notificationd: x86 stable wrt bug #734818
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-notificationd')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild index 1283a5bccecd..ecfdd82eda63 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |