diff options
author | 2020-05-23 12:07:47 +0200 | |
---|---|---|
committer | 2020-05-23 12:07:47 +0200 | |
commit | 46e1576902b4c3ab0fc7bfc3f7f054806ea2e8a3 (patch) | |
tree | cac91f7dfaeb652997c8ffc174124408a59f74bd /x11-themes/greybird/greybird-3.22.9.ebuild | |
parent | x11-misc/lightdm-gtk-greeter: Migrate to 'appindicator' USE (diff) | |
download | gentoo-46e1576902b4c3ab0fc7bfc3f7f054806ea2e8a3.tar.gz gentoo-46e1576902b4c3ab0fc7bfc3f7f054806ea2e8a3.tar.bz2 gentoo-46e1576902b4c3ab0fc7bfc3f7f054806ea2e8a3.zip |
x11-themes/greybird: Migrate to 'appindicator' USE
Closes: https://bugs.gentoo.org/720320
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes/greybird/greybird-3.22.9.ebuild')
-rw-r--r-- | x11-themes/greybird/greybird-3.22.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/greybird/greybird-3.22.9.ebuild b/x11-themes/greybird/greybird-3.22.9.ebuild index 7d775459b57c..93f614fd5e18 100644 --- a/x11-themes/greybird/greybird-3.22.9.ebuild +++ b/x11-themes/greybird/greybird-3.22.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P LICENSE="CC-BY-SA-3.0 GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="ayatana gnome xfce" +IUSE="appindicator gnome xfce" RDEPEND=" >=x11-libs/gtk+-3.22:3 @@ -37,7 +37,7 @@ src_install() { default pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die - use ayatana || rm -rf unity + use appindicator || rm -rf unity use gnome || rm -rf metacity-1 use xfce || rm -rf xfce* xfwm4* popd > /dev/null || die |