From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9974D138334 for ; Mon, 22 Oct 2018 22:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DC98E0951; Mon, 22 Oct 2018 22:20:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F2CAE0951 for ; Mon, 22 Oct 2018 22:20:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 635DE335D13 for ; Mon, 22 Oct 2018 22:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 901D043E for ; Mon, 22 Oct 2018 22:20:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1540246737.07523985c9b8556ffa9fa01c5744eda1b071cf0d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sway/sway-0.15.2.ebuild dev-libs/sway/sway-9999.ebuild X-VCS-Directories: dev-libs/sway/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07523985c9b8556ffa9fa01c5744eda1b071cf0d X-VCS-Branch: master Date: Mon, 22 Oct 2018 22:20:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 603ef976-603e-4ab7-9988-270fd68dc432 X-Archives-Hash: a971c0f41dee18587e1f2e98fdd45928 commit: 07523985c9b8556ffa9fa01c5744eda1b071cf0d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 22 21:42:26 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 22 22:18:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07523985 dev-libs/sway: x11-misc/xembedsniproxy moved to kde-plasma/ Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/sway/sway-0.15.2.ebuild | 7 +++---- 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 4c02b8d3266..7d8204ffd00 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 da318f9247b..68d15fce04a 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]