summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2016-02-02 17:19:59 +0100
committerTobias Klausmann <klausman@gentoo.org>2016-02-02 17:20:12 +0100
commit9419ce829ff37fa2381721ff03337207c54dcb8a (patch)
treec45b8d61009d9b5ceceb6f67bb7263ad6f3d7736 /x11-themes
parentfa42e84ad00de814698a98d8d14f885b6ea6a684 (diff)
downloadgentoo-9419ce829ff37fa2381721ff03337207c54dcb8a.tar.gz
gentoo-9419ce829ff37fa2381721ff03337207c54dcb8a.tar.xz
x11-themes/qtcurve: add alpha keyword
Gentoo-Bug: 572114 Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
index e74b9f26266..33ba8a6de29 100644
--- a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
+++ b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
@@ -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+"