media-libs/SoXt: fix VariableOrderWrong

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-24 03:20:28 +01:00
parent f91d23ad94
commit d4d5d4a067

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,13 +7,14 @@ inherit cmake flag-o-matic
MY_P=${P/soxt/SoXt}
HOMEPAGE="https://github.com/coin3d/coin/wiki"
DESCRIPTION="GUI binding for using Coin/Open Inventor with Xt/Motif"
HOMEPAGE="https://github.com/coin3d/coin/wiki"
SRC_URI="https://github.com/coin3d/soxt/releases/download/v${PV}/${P}-src.tar.gz"
S="${WORKDIR}/soxt"
LICENSE="GPL-2"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
SLOT="0"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="debug doc"
RDEPEND="
@@ -28,9 +29,7 @@ BDEPEND="
doc? ( app-text/doxygen )
"
S="${WORKDIR}/soxt"
DOCS=(AUTHORS ChangeLog HACKING NEWS README TODO BUGS.txt)
DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO BUGS.txt )
src_configure() {
use debug && append-cppflags -DSOXT_DEBUG=1