diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-04-11 14:10:09 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-04-11 16:17:01 +0200 |
commit | 06b959b7d64d15a20cd992b288a3fe15c87b5c88 (patch) | |
tree | aba0a45c81535f0c5d0e2c4339f1260c38a4f2de /sci-mathematics | |
parent | sci-mathematics/coq: add ounit2 to test deps (diff) | |
download | gentoo-06b959b7d64d15a20cd992b288a3fe15c87b5c88.tar.gz gentoo-06b959b7d64d15a20cd992b288a3fe15c87b5c88.tar.bz2 gentoo-06b959b7d64d15a20cd992b288a3fe15c87b5c88.zip |
sci-mathematics/coq: add missing subslots
Closes: https://bugs.gentoo.org/904150
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/coq/coq-8.12.0-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.13.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.15.2.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.16.0.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.16.1.ebuild | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/sci-mathematics/coq/coq-8.12.0-r2.ebuild b/sci-mathematics/coq/coq-8.12.0-r2.ebuild index 71295a252044..8ccc4c7a73ef 100644 --- a/sci-mathematics/coq/coq-8.12.0-r2.ebuild +++ b/sci-mathematics/coq/coq-8.12.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ HOMEPAGE="http://coq.inria.fr/" SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="amd64 x86" IUSE="gtk debug +ocamlopt doc" diff --git a/sci-mathematics/coq/coq-8.13.0-r1.ebuild b/sci-mathematics/coq/coq-8.13.0-r1.ebuild index 2ce871790746..51731bcf5803 100644 --- a/sci-mathematics/coq/coq-8.13.0-r1.ebuild +++ b/sci-mathematics/coq/coq-8.13.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="gtk debug +ocamlopt doc" diff --git a/sci-mathematics/coq/coq-8.15.2.ebuild b/sci-mathematics/coq/coq-8.15.2.ebuild index 1cabd5cce240..c94ce21f129a 100644 --- a/sci-mathematics/coq/coq-8.15.2.ebuild +++ b/sci-mathematics/coq/coq-8.15.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="doc gtk debug +ocamlopt" RESTRICT="test" # fails diff --git a/sci-mathematics/coq/coq-8.16.0.ebuild b/sci-mathematics/coq/coq-8.16.0.ebuild index bc5f5a596041..a8dc37656492 100644 --- a/sci-mathematics/coq/coq-8.16.0.ebuild +++ b/sci-mathematics/coq/coq-8.16.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="doc gtk debug +ocamlopt" RESTRICT="test" # fails diff --git a/sci-mathematics/coq/coq-8.16.1.ebuild b/sci-mathematics/coq/coq-8.16.1.ebuild index bc5f5a596041..a8dc37656492 100644 --- a/sci-mathematics/coq/coq-8.16.1.ebuild +++ b/sci-mathematics/coq/coq-8.16.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="doc gtk debug +ocamlopt" RESTRICT="test" # fails |