From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D162C1382AC for ; Sun, 19 Jun 2016 12:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE60CE0A6B; Sun, 19 Jun 2016 12:37:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75D42E0A82 for ; Sun, 19 Jun 2016 12:37:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C534C34082B for ; Sun, 19 Jun 2016 12:37:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0564D208E for ; Sun, 19 Jun 2016 12:37:45 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1466339850.ad2c88b9cfdce05511bbb0eed2b9c9ab080348b0.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/subtitlecomposer/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/subtitlecomposer/subtitlecomposer-9999.ebuild X-VCS-Directories: media-video/subtitlecomposer/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ad2c88b9cfdce05511bbb0eed2b9c9ab080348b0 X-VCS-Branch: master Date: Sun, 19 Jun 2016 12:37:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f49986ef-8d24-4060-b7f4-1b6abb92a2ab X-Archives-Hash: aab5561ddfa52b073f27a93e026ca870 commit: ad2c88b9cfdce05511bbb0eed2b9c9ab080348b0 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 19 12:35:27 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 19 12:37:30 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ad2c88b9 media-video/subtitlecomposer: KDE_PUNT_BOGUS_DEPS -> KDE_HANDBOOK="forceoptional" Package-Manager: portage-2.3.0_rc1 media-video/subtitlecomposer/subtitlecomposer-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild index da49322..4949596 100644 --- a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild +++ b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild @@ -5,8 +5,7 @@ EAPI=6 CMAKE_MIN_VERSION="3.3" -KDE_PUNT_BOGUS_DEPS=true -KDE_TEST=true +KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="Text-based subtitles editor"