]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - skel.ebuild
skel.ebuild: use EAPI=8.
[mjo-overlay.git] / skel.ebuild
index 047abecb3c7cca01c828fa05a9df7b1ceb54cb59..43d95ce87b7b3262ec1b79db6392cfdc7722943d 100644 (file)
@@ -1,8 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=5
+EAPI=8
 
 DESCRIPTION=""
 HOMEPAGE=""
@@ -10,8 +9,9 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND=""
-RDEPEND="${DEPEND}"
+RDEPEND=""
+BDEPEND=""