summaryrefslogtreecommitdiff
path: root/x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild
blob: a368e24c9cdc591dc06cbf00ef4d3449c967cd3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:MATE"
SRC_URI=""

KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
LICENSE="metapackage"
SLOT="0"
IUSE="gtk2-only"

DEPEND=""
RDEPEND="|| (
		gtk2-only? (
			!!x11-libs/gtk+:3
			x11-themes/mate-themes:0
		)
		(
			>=x11-libs/gtk+-3.22:3
			>=x11-themes/mate-themes-3.22.18
		)
	)"