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 28B7A13838B for ; Thu, 2 Oct 2014 17:10:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D35BBE07DD; Thu, 2 Oct 2014 17:09:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6700DE07DD for ; Thu, 2 Oct 2014 17:09:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C6A1340042 for ; Thu, 2 Oct 2014 17:09:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B90CF6C65 for ; Thu, 2 Oct 2014 17:09: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: <1412269783.1b5c0f31e015bb3755bc27f38bf1cf82b6efa024.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdeedu-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdeedu-meta/kdeedu-meta-4.14.49.9999.ebuild X-VCS-Directories: kde-base/kdeedu-meta/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1b5c0f31e015bb3755bc27f38bf1cf82b6efa024 X-VCS-Branch: master Date: Thu, 2 Oct 2014 17:09: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: a2420060-c72a-453e-80f0-10c2945d7fd1 X-Archives-Hash: 1c724915b35ee4844be8d8fc358bd939 commit: 1b5c0f31e015bb3755bc27f38bf1cf82b6efa024 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 2 17:09:43 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 2 17:09:43 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1b5c0f31 [kde-base/kdeedu-meta] Remove special handling for kde-base/rocs on pp64. This was introduced in 97383db247826e8f2c41dd259156f13c966daf43 to avoid build failure wrt bug #462550. Since the minimum GCC version has been raised, it's no longer possible to hit this issue. Package-Manager: portage-2.2.12 --- kde-base/kdeedu-meta/kdeedu-meta-4.14.49.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-base/kdeedu-meta/kdeedu-meta-4.14.49.9999.ebuild b/kde-base/kdeedu-meta/kdeedu-meta-4.14.49.9999.ebuild index 4eefaf4..ba14bc4 100644 --- a/kde-base/kdeedu-meta/kdeedu-meta-4.14.49.9999.ebuild +++ b/kde-base/kdeedu-meta/kdeedu-meta-4.14.49.9999.ebuild @@ -34,6 +34,6 @@ RDEPEND=" $(add_kdebase_dep marble) $(add_kdebase_dep pairs) $(add_kdebase_dep parley) - !ppc64? ( $(add_kdebase_dep rocs) ) + $(add_kdebase_dep rocs) $(add_kdebase_dep step) "