diff options
author | Sam James <sam@gentoo.org> | 2023-05-27 17:57:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:19:00 +0100 |
commit | 8c1613d43185683a67bb1f95a1a2e1957686fd3c (patch) | |
tree | b14c70b2d0eaadf60a1fc98b57595eaff9180dc2 /dev-lisp/sbcl/sbcl-2.2.9.ebuild | |
parent | dev-lisp/clozurecl: drop dead prefix targets (diff) | |
download | gentoo-8c1613d43185683a67bb1f95a1a2e1957686fd3c.tar.gz gentoo-8c1613d43185683a67bb1f95a1a2e1957686fd3c.tar.bz2 gentoo-8c1613d43185683a67bb1f95a1a2e1957686fd3c.zip |
dev-lisp/sbcl: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp/sbcl/sbcl-2.2.9.ebuild')
-rw-r--r-- | dev-lisp/sbcl/sbcl-2.2.9.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-lisp/sbcl/sbcl-2.2.9.ebuild b/dev-lisp/sbcl/sbcl-2.2.9.ebuild index f241248c229a..f172b75819cb 100644 --- a/dev-lisp/sbcl/sbcl-2.2.9.ebuild +++ b/dev-lisp/sbcl/sbcl-2.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,9 +33,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 arm64? ( mirror://sourceforge/sbcl/${PN}-${BV_ARM64}-arm64-linux-binary.tar.bz2 ) x64-macos? ( mirror://sourceforge/sbcl/${PN}-${BV_X64_MACOS}-x86-64-darwin-binary.tar.bz2 ) ppc-macos? ( mirror://sourceforge/sbcl/${PN}-${BV_PPC_MACOS}-powerpc-darwin-binary.tar.bz2 ) - x86-solaris? ( mirror://sourceforge/sbcl/${PN}-${BV_X86_SOLARIS}-x86-solaris-binary.tar.bz2 ) - x64-solaris? ( mirror://sourceforge/sbcl/${PN}-${BV_X64_SOLARIS}-x86-64-solaris-binary.tar.bz2 ) - sparc-solaris? ( mirror://sourceforge/sbcl/${PN}-${BV_SPARC_SOLARIS}-sparc-solaris-binary.tar.bz2 )" + x64-solaris? ( mirror://sourceforge/sbcl/${PN}-${BV_X64_SOLARIS}-x86-64-solaris-binary.tar.bz2 )" LICENSE="MIT" SLOT="0/${PV}" |