diff options
Diffstat (limited to 'dev-libs/sway')
-rw-r--r-- | dev-libs/sway/sway-0.15.2.ebuild | 7 | ||||
-rw-r--r-- | dev-libs/sway/sway-9999.ebuild | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-libs/sway/sway-0.15.2.ebuild b/dev-libs/sway/sway-0.15.2.ebuild index 4c02b8d32662..7d8204ffd001 100644 --- a/dev-libs/sway/sway-0.15.2.ebuild +++ b/dev-libs/sway/sway-0.15.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/swaywm/sway/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~arm64 ~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+gdk-pixbuf +swaybar +swaybg swaygrab swaylock +swaymsg systemd +tray wallpapers zsh-completion" REQUIRED_USE="tray? ( swaybar )" @@ -76,8 +76,7 @@ pkg_postinst() { fi if use tray then - optfeature "experimental xembed tray icons support" \ - x11-misc/xembedsniproxy + optfeature "experimental xembed tray icons support" kde-plasma/xembed-sni-proxy fi optfeature "X11 applications support" dev-libs/wlc[xwayland] x11-base/xorg-server[wayland] diff --git a/dev-libs/sway/sway-9999.ebuild b/dev-libs/sway/sway-9999.ebuild index da318f9247b2..68d15fce04ab 100644 --- a/dev-libs/sway/sway-9999.ebuild +++ b/dev-libs/sway/sway-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -76,8 +76,7 @@ pkg_postinst() { fi if use tray then - optfeature "experimental xembed tray icons support" \ - x11-misc/xembedsniproxy + optfeature "experimental xembed tray icons support" kde-plasma/xembed-sni-proxy fi optfeature "X11 applications support" dev-libs/wlc[xwayland] x11-base/xorg-server[wayland] |