mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
app-misc/apidb: fix MisplacedEclassVar
these vars should be set before inheriting cmake Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR="emake"
|
||||
CMAKE_BINARY=cmake
|
||||
CMAKE_MAKEFILE_GENERATOR=emake
|
||||
|
||||
inherit cmake
|
||||
|
||||
MYPV="${PV/_alpha19/-alpha19}"
|
||||
MYPN="${PN}"
|
||||
MYP="${MYPN}-${MYPV}"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR="emake"
|
||||
CMAKE_BINARY=cmake
|
||||
CMAKE_MAKEFILE_GENERATOR=emake
|
||||
|
||||
inherit cmake
|
||||
|
||||
MYPV="${PV/_alpha20/-alpha20}"
|
||||
MYPN="${PN}"
|
||||
MYP="${MYPN}-${MYPV}"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR="emake"
|
||||
CMAKE_BINARY=cmake
|
||||
CMAKE_MAKEFILE_GENERATOR=emake
|
||||
|
||||
inherit cmake
|
||||
|
||||
MYPV="${PV/_alpha8/-alpha8}"
|
||||
MYPN="${PN}"
|
||||
MYP="${MYPN}-${MYPV}"
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR="emake"
|
||||
CMAKE_BINARY=cmake
|
||||
CMAKE_MAKEFILE_GENERATOR=emake
|
||||
|
||||
inherit cmake
|
||||
|
||||
MYPV="${PV/_beta/-beta}"
|
||||
MYPN="${PN}"
|
||||
MYP="${MYPN}-${MYPV}"
|
||||
|
||||
Reference in New Issue
Block a user