mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-libs/SoXt: fix VariableOrderWrong
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user