]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
skel.ebuild: use EAPI=8. master
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Dec 2022 23:47:31 +0000 (18:47 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Dec 2022 23:47:31 +0000 (18:47 -0500)
skel.ebuild

index 8467d50f197ffc6c0bf2d87804a5f2ae7deb0fa1..43d95ce87b7b3262ec1b79db6392cfdc7722943d 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION=""
 HOMEPAGE=""
@@ -9,8 +9,9 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND=""
-RDEPEND="${DEPEND}"
+RDEPEND=""
+BDEPEND=""