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 25AAA1382C5 for ; Sat, 10 Feb 2018 00:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 601C6E0A49; Sat, 10 Feb 2018 00:14:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 40526E0A49 for ; Sat, 10 Feb 2018 00:14:59 +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 44CB5335C50 for ; Sat, 10 Feb 2018 00:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C70C421C for ; Sat, 10 Feb 2018 00:14:55 +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: <1518221683.1680fd397ac256ca28a7ed80fb32fd60dc17b283.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild kde-misc/kdeconnect/kdeconnect-1.2.1.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1680fd397ac256ca28a7ed80fb32fd60dc17b283 X-VCS-Branch: master Date: Sat, 10 Feb 2018 00:14:55 +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: 2dbab588-85ae-423d-ac0b-fddafa102954 X-Archives-Hash: f7524c26956d24a500864fe280149ed2 commit: 1680fd397ac256ca28a7ed80fb32fd60dc17b283 Author: Michael Palimaka gentoo org> AuthorDate: Sat Feb 10 00:14:13 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Feb 10 00:14:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1680fd39 kde-misc/kdeconnect: raise frameworks minimal version Closes: https://bugs.gentoo.org/647190 Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../kdeconnect/{kdeconnect-1.2.1.ebuild => kdeconnect-1.2.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-misc/kdeconnect/kdeconnect-1.2.1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild similarity index 98% rename from kde-misc/kdeconnect/kdeconnect-1.2.1.ebuild rename to kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild index c213b832402..c3a0b78cf03 100644 --- a/kde-misc/kdeconnect/kdeconnect-1.2.1.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild @@ -3,6 +3,7 @@ EAPI=6 +FRAMEWORKS_MINIMAL="5.42.0" KDE_HANDBOOK="optional" KDE_TEST="true" KMNAME="${PN}-kde"