summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:35:45 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:35:45 +0100
commit086f7aac8a8453e97efa550c163fd6d02f186464 (patch)
treec42507315fc9cfff51c56312cb892122f8db7990 /dev-lisp
parentdev-libs/snowball-stemmer: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-086f7aac8a8453e97efa550c163fd6d02f186464.tar.gz
gentoo-086f7aac8a8453e97efa550c163fd6d02f186464.tar.bz2
gentoo-086f7aac8a8453e97efa550c163fd6d02f186464.zip
dev-lisp/sbcl: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/sbcl/sbcl-1.3.11.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.4.9.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.5.6.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.5.7.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.5.8.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-2.0.0.ebuild2
-rw-r--r--dev-lisp/sbcl/sbcl-2.0.1.ebuild2
7 files changed, 12 insertions, 12 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.3.11.ebuild b/dev-lisp/sbcl/sbcl-1.3.11.ebuild
index 0695a8193433..0859a02a7834 100644
--- a/dev-lisp/sbcl/sbcl-1.3.11.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.3.11.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit multilib eutils flag-o-matic pax-utils
+inherit multilib eutils flag-o-matic pax-utils toolchain-funcs
#same order as http://www.sbcl.org/platform-table.html
BV_X86=1.2.7
diff --git a/dev-lisp/sbcl/sbcl-1.4.9.ebuild b/dev-lisp/sbcl/sbcl-1.4.9.ebuild
index 09b8f99707ef..c642c0c994d9 100644
--- a/dev-lisp/sbcl/sbcl-1.4.9.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.4.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit multilib eutils flag-o-matic pax-utils
+inherit multilib eutils flag-o-matic pax-utils toolchain-funcs
#same order as http://www.sbcl.org/platform-table.html
BV_X86=1.4.3
diff --git a/dev-lisp/sbcl/sbcl-1.5.6.ebuild b/dev-lisp/sbcl/sbcl-1.5.6.ebuild
index 899221837d8a..a7b12bfec041 100644
--- a/dev-lisp/sbcl/sbcl-1.5.6.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.5.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit multilib eutils flag-o-matic pax-utils
+inherit multilib eutils flag-o-matic pax-utils toolchain-funcs
#same order as http://www.sbcl.org/platform-table.html
BV_X86=1.4.3
diff --git a/dev-lisp/sbcl/sbcl-1.5.7.ebuild b/dev-lisp/sbcl/sbcl-1.5.7.ebuild
index 899221837d8a..a7b12bfec041 100644
--- a/dev-lisp/sbcl/sbcl-1.5.7.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.5.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit multilib eutils flag-o-matic pax-utils
+inherit multilib eutils flag-o-matic pax-utils toolchain-funcs
#same order as http://www.sbcl.org/platform-table.html
BV_X86=1.4.3
diff --git a/dev-lisp/sbcl/sbcl-1.5.8.ebuild b/dev-lisp/sbcl/sbcl-1.5.8.ebuild
index c6e5b4f22a5e..38e70dcf9c50 100644
--- a/dev-lisp/sbcl/sbcl-1.5.8.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.5.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit multilib eutils flag-o-matic pax-utils
+inherit multilib eutils flag-o-matic pax-utils toolchain-funcs
#same order as http://www.sbcl.org/platform-table.html
BV_X86=1.4.3
diff --git a/dev-lisp/sbcl/sbcl-2.0.0.ebuild b/dev-lisp/sbcl/sbcl-2.0.0.ebuild
index 22cb14e88c58..0bde7a4ffe20 100644
--- a/dev-lisp/sbcl/sbcl-2.0.0.ebuild
+++ b/dev-lisp/sbcl/sbcl-2.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit multilib eutils flag-o-matic pax-utils
+inherit multilib eutils flag-o-matic pax-utils toolchain-funcs
#same order as http://www.sbcl.org/platform-table.html
BV_X86=1.4.3
diff --git a/dev-lisp/sbcl/sbcl-2.0.1.ebuild b/dev-lisp/sbcl/sbcl-2.0.1.ebuild
index 05eaaf6192ed..63010e5b32f4 100644
--- a/dev-lisp/sbcl/sbcl-2.0.1.ebuild
+++ b/dev-lisp/sbcl/sbcl-2.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit multilib eutils flag-o-matic pax-utils
+inherit multilib eutils flag-o-matic pax-utils toolchain-funcs
#same order as http://www.sbcl.org/platform-table.html
BV_X86=1.4.3