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 601B7138334 for ; Tue, 9 Oct 2018 20:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A270BE0870; Tue, 9 Oct 2018 20:54:49 +0000 (UTC) Received: from smtp.gentoo.org (unknown [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 5FCCAE0870 for ; Tue, 9 Oct 2018 20:54: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 968D7335CEF for ; Tue, 9 Oct 2018 20:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D09BD3CF for ; Tue, 9 Oct 2018 20:54:25 +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: <1539116183.d4c7baf38924064b3a88072fff84f2ad97e4ed18.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/minuet/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/minuet/minuet-18.08.2.ebuild kde-apps/minuet/minuet-18.08.49.9999.ebuild kde-apps/minuet/minuet-9999.ebuild X-VCS-Directories: kde-apps/minuet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d4c7baf38924064b3a88072fff84f2ad97e4ed18 X-VCS-Branch: master Date: Tue, 9 Oct 2018 20:54:25 +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: ac7d1dd3-f0b7-415e-88fc-cfaf9609be94 X-Archives-Hash: 344b687cbb484d1ef809c8b97c7ee4c7 commit: d4c7baf38924064b3a88072fff84f2ad97e4ed18 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 9 20:16:23 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 9 20:16:23 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4c7baf3 kde-apps/minuet: Simplify DEPENDs Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-apps/minuet/minuet-18.08.2.ebuild | 6 ++---- kde-apps/minuet/minuet-18.08.49.9999.ebuild | 8 +++----- kde-apps/minuet/minuet-9999.ebuild | 8 +++----- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/kde-apps/minuet/minuet-18.08.2.ebuild b/kde-apps/minuet/minuet-18.08.2.ebuild index 8cfda1a113..519702b713 100644 --- a/kde-apps/minuet/minuet-18.08.2.ebuild +++ b/kde-apps/minuet/minuet-18.08.2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://minuet.kde.org/" KEYWORDS="~amd64 ~x86" IUSE="" -COMMON_DEPEND=" +RDEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) @@ -21,8 +21,6 @@ COMMON_DEPEND=" $(add_qt_dep qtquickcontrols2) media-sound/fluidsynth " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig " -RDEPEND="${COMMON_DEPEND} -" diff --git a/kde-apps/minuet/minuet-18.08.49.9999.ebuild b/kde-apps/minuet/minuet-18.08.49.9999.ebuild index 3b546df1f2..3c2735c4f6 100644 --- a/kde-apps/minuet/minuet-18.08.49.9999.ebuild +++ b/kde-apps/minuet/minuet-18.08.49.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 @@ -11,7 +11,7 @@ HOMEPAGE="https://minuet.kde.org/" KEYWORDS="" IUSE="" -COMMON_DEPEND=" +RDEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) @@ -21,8 +21,6 @@ COMMON_DEPEND=" $(add_qt_dep qtquickcontrols2) media-sound/fluidsynth " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig " -RDEPEND="${COMMON_DEPEND} -" diff --git a/kde-apps/minuet/minuet-9999.ebuild b/kde-apps/minuet/minuet-9999.ebuild index 3b546df1f2..3c2735c4f6 100644 --- a/kde-apps/minuet/minuet-9999.ebuild +++ b/kde-apps/minuet/minuet-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 @@ -11,7 +11,7 @@ HOMEPAGE="https://minuet.kde.org/" KEYWORDS="" IUSE="" -COMMON_DEPEND=" +RDEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) @@ -21,8 +21,6 @@ COMMON_DEPEND=" $(add_qt_dep qtquickcontrols2) media-sound/fluidsynth " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig " -RDEPEND="${COMMON_DEPEND} -"