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 2FB97138206 for ; Sat, 30 Apr 2016 19:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95F9C21C035; Sat, 30 Apr 2016 19:02:30 +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 422CE21C035 for ; Sat, 30 Apr 2016 19:02:30 +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 58B84340CD2 for ; Sat, 30 Apr 2016 19:02:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41ADB7B for ; Sat, 30 Apr 2016 19:02:26 +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: <1462042935.2b6cbd10d96fb6cbcc83218c7a104ce247926266.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kde-dev-scripts/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kde-dev-scripts/kde-dev-scripts-15.12.3.ebuild X-VCS-Directories: kde-apps/kde-dev-scripts/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2b6cbd10d96fb6cbcc83218c7a104ce247926266 X-VCS-Branch: master Date: Sat, 30 Apr 2016 19:02:26 +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: ab747e0a-1a86-4f22-982c-7b0880b092d0 X-Archives-Hash: edb8ef18dcf70a3d8b06db78d3731ba6 commit: 2b6cbd10d96fb6cbcc83218c7a104ce247926266 Author: Michael Palimaka gentoo org> AuthorDate: Sat Apr 30 19:02:07 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Apr 30 19:02:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6cbd10 kde-apps/kde-dev-scripts: add missing dependency Gentoo-bug: 571278 Package-Manager: portage-2.2.28 kde-apps/kde-dev-scripts/kde-dev-scripts-15.12.3.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-15.12.3.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-15.12.3.ebuild index ac26258..a72b313 100644 --- a/kde-apps/kde-dev-scripts/kde-dev-scripts-15.12.3.ebuild +++ b/kde-apps/kde-dev-scripts/kde-dev-scripts-15.12.3.ebuild @@ -11,7 +11,12 @@ DESCRIPTION="KDE Development Scripts" KEYWORDS=" ~amd64 ~x86" IUSE="" -DEPEND="$(add_frameworks_dep kdoctools)" # to use ECM instead of kdelibs4 +# kdelibs4support - required for kdex.dtd +# kdoctools - to use ECM instead of kdelibs4 +DEPEND=" + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kdoctools) +" RDEPEND=" app-arch/advancecomp media-gfx/optipng