diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-22 23:42:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-23 00:18:57 +0200 |
commit | 07523985c9b8556ffa9fa01c5744eda1b071cf0d (patch) | |
tree | 7874a00fa294b149366ea6d10d4cfc13a4e85df6 /dev-libs | |
parent | x11-misc/xembedsniproxy: pkgmove to kde-plasma/xembed-sni-proxy (diff) | |
download | gentoo-07523985c9b8556ffa9fa01c5744eda1b071cf0d.tar.gz gentoo-07523985c9b8556ffa9fa01c5744eda1b071cf0d.tar.bz2 gentoo-07523985c9b8556ffa9fa01c5744eda1b071cf0d.zip |
dev-libs/sway: x11-misc/xembedsniproxy moved to kde-plasma/
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-libs')
-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] |