commit:     8aca34a8684b4e6be9d6e0121ca48ecf15c7a7a3
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr  1 07:50:16 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr  1 07:50:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8aca34a8

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 <AT> riseup.net>

 app-misc/apidb/apidb-5.0.0_alpha19.ebuild | 6 +++---
 app-misc/apidb/apidb-5.0.0_alpha20.ebuild | 6 +++---
 app-misc/apidb/apidb-5.0.0_alpha8.ebuild  | 6 +++---
 app-misc/apidb/apidb-5.8.0_beta.ebuild    | 4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild 
b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
index 0cced2bc3..cc4036ba4 100644
--- a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
+++ b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild
@@ -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}"

diff --git a/app-misc/apidb/apidb-5.0.0_alpha20.ebuild 
b/app-misc/apidb/apidb-5.0.0_alpha20.ebuild
index 4267a06c0..b5a66447c 100644
--- a/app-misc/apidb/apidb-5.0.0_alpha20.ebuild
+++ b/app-misc/apidb/apidb-5.0.0_alpha20.ebuild
@@ -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}"

diff --git a/app-misc/apidb/apidb-5.0.0_alpha8.ebuild 
b/app-misc/apidb/apidb-5.0.0_alpha8.ebuild
index 7aa63d033..eb22524ec 100644
--- a/app-misc/apidb/apidb-5.0.0_alpha8.ebuild
+++ b/app-misc/apidb/apidb-5.0.0_alpha8.ebuild
@@ -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}"

diff --git a/app-misc/apidb/apidb-5.8.0_beta.ebuild 
b/app-misc/apidb/apidb-5.8.0_beta.ebuild
index 0f8bca675..a865134d4 100644
--- a/app-misc/apidb/apidb-5.8.0_beta.ebuild
+++ b/app-misc/apidb/apidb-5.8.0_beta.ebuild
@@ -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}"

Reply via email to