commit: b7e4b90e8d217a08df6d74732d3a78158efb771d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 20:09:45 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 20:09:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e4b90e
dev-libs/bcm2835: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{bcm2835-1.68.ebuild => bcm2835-1.68-r1.ebuild} | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/dev-libs/bcm2835/bcm2835-1.68.ebuild
b/dev-libs/bcm2835/bcm2835-1.68-r1.ebuild
similarity index 85%
rename from dev-libs/bcm2835/bcm2835-1.68.ebuild
rename to dev-libs/bcm2835/bcm2835-1.68-r1.ebuild
index 454774b9bb63..6974a3fc9586 100644
--- a/dev-libs/bcm2835/bcm2835-1.68.ebuild
+++ b/dev-libs/bcm2835/bcm2835-1.68-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=8
inherit toolchain-funcs
@@ -14,8 +14,11 @@ SLOT="0"
KEYWORDS="~arm"
IUSE="doc examples"
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_compile() {
+ emake AR="$(tc-getAR)"
+}
src_install() {
use doc && HTML_DOCS=( doc/html/. )
@@ -25,7 +28,3 @@ src_install() {
fi
default
}
-
-src_compile() {
- emake AR="$(tc-getAR)"
-}