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 A892A138334 for ; Sat, 7 Jul 2018 10:30:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D4F4E0BC0; Sat, 7 Jul 2018 10:30:18 +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 4F0E6E0B47 for ; Sat, 7 Jul 2018 10:30:18 +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 5793E335C8E for ; Sat, 7 Jul 2018 10:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C31F9352 for ; Sat, 7 Jul 2018 10:30:07 +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: <1530959395.46730062b51f8d7c689aaa84769aca69509c82e0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdecoration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kdecoration/kdecoration-5.13.2-r1.ebuild X-VCS-Directories: kde-plasma/kdecoration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 46730062b51f8d7c689aaa84769aca69509c82e0 X-VCS-Branch: master Date: Sat, 7 Jul 2018 10:30:07 +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: ff35a4e5-4bda-4daa-a9ce-90cb5e16f62e X-Archives-Hash: 30e89d82d3247a2c1f26d46722fd11ac commit: 46730062b51f8d7c689aaa84769aca69509c82e0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 7 09:05:23 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 7 10:29:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46730062 kde-plasma/kdecoration: Add missing DEPEND Thanks-to: bitlord (via #gentoo-kde) Package-Manager: Portage-2.3.41, Repoman-2.3.9 kde-plasma/kdecoration/kdecoration-5.13.2-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/kde-plasma/kdecoration/kdecoration-5.13.2-r1.ebuild b/kde-plasma/kdecoration/kdecoration-5.13.2-r1.ebuild new file mode 100644 index 00000000000..bb208109e76 --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-5.13.2-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Plugin based library to create window decorations" +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep ki18n) + $(add_qt_dep qtgui) +" +RDEPEND="${DEPEND}"