From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AD2F138334 for ; Sat, 22 Jun 2019 14:43:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D656E08DD; Sat, 22 Jun 2019 14:43:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5ED96E08DD for ; Sat, 22 Jun 2019 14:43:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43A31346800 for ; Sat, 22 Jun 2019 14:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A83654D3 for ; Sat, 22 Jun 2019 14:43:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1561214569.3bdef090f5b0824c64008cca35c7cfa6b8bf3dfe.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/rsibreak/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/rsibreak/rsibreak-9999.ebuild X-VCS-Directories: kde-misc/rsibreak/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3bdef090f5b0824c64008cca35c7cfa6b8bf3dfe X-VCS-Branch: master Date: Sat, 22 Jun 2019 14:43:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1705c42e-e1af-433c-92f5-f70fbfb66362 X-Archives-Hash: a835c20c0b37cee0f58ea0514ef210a2 commit: 3bdef090f5b0824c64008cca35c7cfa6b8bf3dfe Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 22 12:51:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 22 14:42:49 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3bdef090 kde-misc/rsibreak: Drop obsolete blocker Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/rsibreak/rsibreak-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-misc/rsibreak/rsibreak-9999.ebuild b/kde-misc/rsibreak/rsibreak-9999.ebuild index 088175bd7e..b5ef4e5efc 100644 --- a/kde-misc/rsibreak/rsibreak-9999.ebuild +++ b/kde-misc/rsibreak/rsibreak-9999.ebuild @@ -17,6 +17,7 @@ LICENSE="GPL-2+ handbook? ( FDL-1.2 )" KEYWORDS="" IUSE="" +BDEPEND="sys-devel/gettext" DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -39,6 +40,4 @@ DEPEND=" # bug 587170 for frameworkintegration RDEPEND="${DEPEND} $(add_frameworks_dep frameworkintegration) - !kde-misc/rsibreak:4 " -BDEPEND="sys-devel/gettext"