commit:     36f3c7dce09ee32c0b5421b0638ccf348ee999e1
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Oct 20 19:09:18 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 20:17:57 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=36f3c7dc

app-text/kbibtex: Force tests optional

Package-Manager: portage-2.3.0

 app-text/kbibtex/kbibtex-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/kbibtex/kbibtex-9999.ebuild 
b/app-text/kbibtex/kbibtex-9999.ebuild
index 559c44a..0cde411 100644
--- a/app-text/kbibtex/kbibtex-9999.ebuild
+++ b/app-text/kbibtex/kbibtex-9999.ebuild
@@ -6,11 +6,12 @@ EAPI=6
 
 KDE_GCC_MINIMAL="4.9"
 KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"
 HOMEPAGE="http://home.gna.org/kbibtex/";
-if [[ ${PV} != *9999* ]]; then
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
        inherit versionator
        SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 
1-2)/${P/_/-}.tar.xz"
        KEYWORDS="~amd64 ~x86"
@@ -54,7 +55,7 @@ RDEPEND="${DEPEND}
        x11-misc/shared-mime-info
 "
 
-S=${WORKDIR}/${P/_/-}
+S="${WORKDIR}/${P/_/-}"
 
 PATCHES=(
        "${FILESDIR}/${PN}-revert-removing-qtoauth.patch"

Reply via email to