commit: 3ac8635f4e8f1997390c901fd613a1b195da11ac Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Tue Jan 26 13:34:46 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Jan 26 13:48:19 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ac8635f
kde-misc/rsibreak: sync with main tree Package-Manager: portage-2.2.27 kde-misc/rsibreak/rsibreak-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kde-misc/rsibreak/rsibreak-9999.ebuild b/kde-misc/rsibreak/rsibreak-9999.ebuild index 14d1513..a6607d0 100644 --- a/kde-misc/rsibreak/rsibreak-9999.ebuild +++ b/kde-misc/rsibreak/rsibreak-9999.ebuild @@ -2,15 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -KDE_HANDBOOK=forceoptional -inherit kde5 +KDE_HANDBOOK="forceoptional" +inherit kde5 versionator DESCRIPTION="Small utility which bothers you at certain intervals" HOMEPAGE="https://userbase.kde.org/RSIBreak" -if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 1-2)/${P}.tar.xz" fi LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
