x11-themes/qtcurve: add alpha keyword

Gentoo-Bug: 572114

Package-Manager: portage-2.2.27
This commit is contained in:
Tobias Klausmann
2016-02-02 17:19:59 +01:00
parent fa42e84ad0
commit 9419ce829f

View File

@@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/QtCurve/qtcurve"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/QtCurve/qtcurve.git"
KEYWORDS=""
KEYWORDS="alpha"
else
SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV/_/}.tar.gz -> ${P}.tar.gz
https://github.com/QtCurve/qtcurve/commit/020b70404f6202490d5ca131f0ec084355cb98e3.patch -> ${PN}-1.8.18-dont_use_c++11.patch"
KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
fi
LICENSE="LGPL-2+"