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 42C711382BE for ; Sun, 19 Jun 2016 13:19:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FBCDE0B3A; Sun, 19 Jun 2016 13:19:16 +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 DC189E0B27 for ; Sun, 19 Jun 2016 13:19:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E2CB534087E for ; Sun, 19 Jun 2016 13:19:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D4FC209B for ; Sun, 19 Jun 2016 13:19:11 +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: <1466342337.e466e0340c14a140bc4c86b650867b6c5671d5d3.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/kwin-5.6.95.ebuild kde-plasma/kwin/kwin-5.7.49.9999.ebuild kde-plasma/kwin/kwin-9999.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e466e0340c14a140bc4c86b650867b6c5671d5d3 X-VCS-Branch: master Date: Sun, 19 Jun 2016 13:19:11 +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: 66e43a7f-e88c-400a-897d-d9e0197b3e80 X-Archives-Hash: bc9a64c737b740015cd698d598509502 commit: e466e0340c14a140bc4c86b650867b6c5671d5d3 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 19 12:51:46 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 19 13:18:57 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e466e034 kde-plasma/kwin: add explicit KDE_GCC_MINIMAL Package-Manager: portage-2.3.0_rc1 kde-plasma/kwin/kwin-5.6.95.ebuild | 1 + kde-plasma/kwin/kwin-5.7.49.9999.ebuild | 1 + kde-plasma/kwin/kwin-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/kde-plasma/kwin/kwin-5.6.95.ebuild b/kde-plasma/kwin/kwin-5.6.95.ebuild index c5feda7..30c1bd6 100644 --- a/kde-plasma/kwin/kwin-5.6.95.ebuild +++ b/kde-plasma/kwin/kwin-5.6.95.ebuild @@ -4,6 +4,7 @@ EAPI=6 +KDE_GCC_MINIMAL="4.8" KDE_HANDBOOK="optional" KDE_TEST="optional" VIRTUALX_REQUIRED="test" diff --git a/kde-plasma/kwin/kwin-5.7.49.9999.ebuild b/kde-plasma/kwin/kwin-5.7.49.9999.ebuild index f708c80..0728aa5 100644 --- a/kde-plasma/kwin/kwin-5.7.49.9999.ebuild +++ b/kde-plasma/kwin/kwin-5.7.49.9999.ebuild @@ -4,6 +4,7 @@ EAPI=6 +KDE_GCC_MINIMAL="4.8" KDE_HANDBOOK="optional" KDE_TEST="optional" VIRTUALX_REQUIRED="test" diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index f708c80..0728aa5 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -4,6 +4,7 @@ EAPI=6 +KDE_GCC_MINIMAL="4.8" KDE_HANDBOOK="optional" KDE_TEST="optional" VIRTUALX_REQUIRED="test"