diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-03 18:59:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-03 19:01:12 +0200 |
commit | 7f10f491e0870e54d3b08fb8e149d1b7f96f2282 (patch) | |
tree | 31beaf478dba1ca0dfbc2fed770fb3ec1b244ff9 /x11-misc | |
parent | dev-libs/sdformat: bump to 9.5.0 (diff) | |
download | gentoo-7f10f491e0870e54d3b08fb8e149d1b7f96f2282.tar.gz gentoo-7f10f491e0870e54d3b08fb8e149d1b7f96f2282.tar.bz2 gentoo-7f10f491e0870e54d3b08fb8e149d1b7f96f2282.zip |
x11-misc/appmenu-gtk-module: Add IUSE=wayland to sync w/ x11-libs/gtk+
Closes: https://bugs.gentoo.org/785619
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild (renamed from x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild index 78cead766566..e6fa0c0a95b0 100644 --- a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild +++ b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,12 +12,12 @@ SRC_URI="https://gitlab.com/vala-panel-project/vala-panel-appmenu/uploads/570a2d LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="" +IUSE="wayland" RDEPEND=" dev-libs/glib[dbus] >=x11-libs/gtk+-2.24.0:2 - >=x11-libs/gtk+-3.22.0:3 + >=x11-libs/gtk+-3.22.0:3[wayland=] " DEPEND="${RDEPEND} dev-libs/wayland |