12 lines
293 B
Bash
12 lines
293 B
Bash
# Copyright 1999-2018 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
inherit kde5
|
|
|
|
DESCRIPTION="Official GTK+ port of Plasma's Breeze widget style"
|
|
HOMEPAGE="https://cgit.kde.org/breeze-gtk.git"
|
|
LICENSE="LGPL-2.1+"
|
|
KEYWORDS="amd64 ~arm x86"
|
|
IUSE=""
|