sci-electronics/kicad-packages3d: Drop sci-libs/oce support

sci-libs/oce is obsolete and being deprecated. Move people over to
sci-libs/opencascade instead.

Bug: https://bugs.gentoo.org/832625
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/24123
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Zoltan Puskas
2022-02-07 13:43:29 -08:00
committed by Ionen Wolkens
parent 8c3bba49d0
commit 0b7d7f9c27
2 changed files with 3 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,11 +12,9 @@ SRC_URI="https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/${PV}/kic
LICENSE="CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="occ +oce"
IUSE="+occ"
REQUIRED_USE="|| ( occ oce )"
RDEPEND=">=sci-electronics/kicad-5.1.0[occ=,oce(-)=]"
RDEPEND=">=sci-electronics/kicad-5.1.0[occ=]"
CHECKREQS_DISK_BUILD="11G"
S="${WORKDIR}/${P/3d/3D}"

View File

@@ -19,9 +19,6 @@
<flag name="occ">
Use <pkg>sci-libs/opencascade</pkg> for data exchange
</flag>
<flag name="oce">
Use <pkg>sci-libs/oce</pkg> for data exchange
</flag>
</use>
<upstream>
<remote-id type="github">kicad/kicad-packages3d</remote-id>