diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-25 01:01:10 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-25 01:01:10 +0200 |
commit | ceb77b21f49546620b04fd177747b0a604339cca (patch) | |
tree | 32a99db071016a5ba8d65d7f0ad391fd38ad8295 /gui-apps | |
parent | gui-apps/mako: x86 stable (bug #682942) (diff) | |
download | gentoo-ceb77b21f49546620b04fd177747b0a604339cca.tar.gz gentoo-ceb77b21f49546620b04fd177747b0a604339cca.tar.bz2 gentoo-ceb77b21f49546620b04fd177747b0a604339cca.zip |
gui-apps/swayidle: x86 stable (bug #682942)
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/swayidle/swayidle-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/swayidle/swayidle-1.2.ebuild b/gui-apps/swayidle/swayidle-1.2.ebuild index c574121f8578..126e7299ba0c 100644 --- a/gui-apps/swayidle/swayidle-1.2.ebuild +++ b/gui-apps/swayidle/swayidle-1.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/swaywm/${PN}.git" else SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="MIT" |