net-misc/quagga: version bump
[gentoo.git] / x11-themes / mate-themes-meta / mate-themes-meta-3-r2.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 if [[ ${PV} == 9999 ]]; then
7         MATE_THEMES_V=".9999"
8 else
9         MATE_THEMES_V="*"
10         KEYWORDS="amd64 ~arm ~arm64 x86"
11 fi
12
13 DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
14 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
15 SRC_URI=""
16
17 LICENSE="metapackage"
18 SLOT="0"
19 IUSE="gtk2-only"
20
21 DEPEND=""
22 RDEPEND="|| (
23                 gtk2-only? (
24                         !!x11-libs/gtk+:3
25                         x11-themes/mate-themes:0
26                 )
27                 (
28                         =x11-libs/gtk+-3.22*:3
29                         =x11-themes/mate-themes-3.22${MATE_THEMES_V}:0/3.22
30                 )
31         )"