From: Lars Wendler Date: Mon, 10 Jul 2017 09:16:10 +0000 (+0200) Subject: x11-themes/qtcurve: Sync live ebuild. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4a4529787e6632cd23b9b8736bdff18360136a10;p=gentoo.git x11-themes/qtcurve: Sync live ebuild. Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild index 667418981322..003e5aa51b80 100644 --- a/x11-themes/qtcurve/qtcurve-9999.ebuild +++ b/x11-themes/qtcurve/qtcurve-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,12 @@ SLOT="0" IUSE="+X gtk nls plasma qt4 +qt5 test" KEYWORDS="" +if [[ "${PV}" != 9999 ]] ; then + SRC_URI="https://github.com/KDE/qtcurve/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${P/_/-}" +fi + REQUIRED_USE="gtk? ( X ) || ( gtk qt4 qt5 ) plasma? ( qt5 )