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 51C95138334 for ; Tue, 25 Dec 2018 23:05:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60CE9E09DE; Tue, 25 Dec 2018 23:05:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 367BEE09DE for ; Tue, 25 Dec 2018 23:05:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5F0EB335C5A for ; Tue, 25 Dec 2018 23:05:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66EBB4F9 for ; Tue, 25 Dec 2018 23:05:12 +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: <1545779020.1bc05636903408384f2b142890ba665e0772c7bb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/krename/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/krename/krename-9999.ebuild X-VCS-Directories: kde-misc/krename/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1bc05636903408384f2b142890ba665e0772c7bb X-VCS-Branch: master Date: Tue, 25 Dec 2018 23:05:12 +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: 629d47b2-ddea-4a74-8175-a4c9ec82d552 X-Archives-Hash: 79b7dbecadbb3d66ae2eb988db7afed2 commit: 1bc05636903408384f2b142890ba665e0772c7bb Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 25 23:03:40 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 25 23:03:40 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1bc05636 kde-misc/krename: Drop obsolete DEPEND Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/krename/krename-9999.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/kde-misc/krename/krename-9999.ebuild b/kde-misc/krename/krename-9999.ebuild index 4cf1ae0767..31053405f9 100644 --- a/kde-misc/krename/krename-9999.ebuild +++ b/kde-misc/krename/krename-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ LICENSE="GPL-2" KEYWORDS="" IUSE="exif office pdf taglib truetype" -COMMON_DEPEND=" +DEPEND=" $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) @@ -36,10 +36,7 @@ COMMON_DEPEND=" taglib? ( media-libs/taglib ) truetype? ( media-libs/freetype:2 ) " -DEPEND="${COMMON_DEPEND} - sys-devel/gettext -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} !kde-misc/krename:4 "