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 D5A95139696 for ; Sat, 25 Feb 2017 19:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E0C3E0D10; Sat, 25 Feb 2017 19:18:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 76B2BE0D04 for ; Sat, 25 Feb 2017 19:18:51 +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 3BCBB340FC8 for ; Sat, 25 Feb 2017 19:18:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AA505468 for ; Sat, 25 Feb 2017 19:18:48 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1488049954.401d97b85235ef6d8bb818eaa2289628e058301b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/amdapp/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/amdapp/amdapp-3.0-r1.ebuild X-VCS-Directories: dev-util/amdapp/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 401d97b85235ef6d8bb818eaa2289628e058301b X-VCS-Branch: master Date: Sat, 25 Feb 2017 19:18:48 +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: 19ee84a0-7b16-42ef-9c20-8b0d4a8287df X-Archives-Hash: 6dc70fb1bf15486b68c5c54519a543dd commit: 401d97b85235ef6d8bb818eaa2289628e058301b Author: Justin Lecher gentoo org> AuthorDate: Sat Feb 25 19:12:34 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Feb 25 19:12:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=401d97b8 dev-util/amdapp: Drop unnecessary multilib.eclass import Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> dev-util/amdapp/amdapp-3.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/amdapp/amdapp-3.0-r1.ebuild b/dev-util/amdapp/amdapp-3.0-r1.ebuild index 356b23b5f..359aa2f57 100644 --- a/dev-util/amdapp/amdapp-3.0-r1.ebuild +++ b/dev-util/amdapp/amdapp-3.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit multilib unpacker versionator +inherit unpacker versionator MY_V="$(get_version_component_range 1).$(get_version_component_range 2).130.135-GA" @@ -31,7 +31,7 @@ RDEPEND=" media-libs/freeglut media-libs/mesa[video_cards_radeonsi] sys-devel/gcc:* - sys-devel/llvm + sys-devel/llvm:* virtual/opencl examples? ( media-libs/glew:0= )" DEPEND="