commit:     f02c01fe7f2dffdfaea7ded8041caf3dee4dbda9
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 08:17:10 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 08:17:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02c01fe

dev-lisp/clozurecl: drop handling for x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-lisp/clozurecl/clozurecl-1.11.5.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild 
b/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild
index 5c3a3d5125c..79b4fa4e31f 100644
--- a/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,6 @@ SRC_URI="
        x86? ( 
https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-linuxx86.tar.gz 
)
        amd64? ( 
https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-linuxx86.tar.gz 
)
        arm? ( 
https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-linuxarm.tar.gz 
)
-       x86-macos? ( 
https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-darwinx86.tar.gz
 )
        x64-macos? ( 
https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-darwinx86.tar.gz
 )
        x86-solaris? ( 
https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-solarisx86.tar.gz
 )
        x64-solaris? ( 
https://github.com/Clozure/ccl/releases/download/v${PV}/${MY_P}-solarisx86.tar.gz
 )
@@ -39,9 +38,7 @@ src_prepare() {
 }
 
 src_configure() {
-       if use x86-macos; then
-               CCL_RUNTIME=dx86cl; CCL_HEADERS=darwin-x86-headers; 
CCL_KERNEL=darwinx8632
-       elif use x64-macos; then
+       if use x64-macos; then
                CCL_RUNTIME=dx86cl64; CCL_HEADERS=darwin-x86-headers64; 
CCL_KERNEL=darwinx8664
        elif use x86-solaris; then
                CCL_RUNTIME=sx86cl; CCL_HEADERS=solarisx86-headers; 
CCL_KERNEL=solarisx86

Reply via email to