aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-06-10 17:47:02 +0200
committerJohannes Huber <johu@gentoo.org>2018-06-10 17:47:02 +0200
commit0e2a16068c00993f04394b0ccbc758d461625418 (patch)
treee0ba58b72d76536983f95a556375bd9e7a8ef3ad
parentdev-util/arcanist: EAPI 7 (diff)
downloadkde-0e2a1606.tar.gz
kde-0e2a1606.tar.bz2
kde-0e2a1606.zip
sys-auth/loginkit: EAPI 7
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--sys-auth/loginkit/loginkit-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-auth/loginkit/loginkit-9999.ebuild b/sys-auth/loginkit/loginkit-9999.ebuild
index 0f1d6f9b82..842ffa1711 100644
--- a/sys-auth/loginkit/loginkit-9999.ebuild
+++ b/sys-auth/loginkit/loginkit-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
EGIT_REPO_URI="https://git.devuan.org/pkgs-utopia-substitution/loginkit.git"
inherit git-r3
@@ -14,7 +14,6 @@ SLOT="0"
KEYWORDS=""
IUSE=""
-RDEPEND="dev-libs/glib:2"
-DEPEND="${RDEPEND}
- dev-util/gdbus-codegen
-"
+BDEPEND="dev-util/gdbus-codegen"
+DEPEND="dev-libs/glib:2"
+RDEPEND="${DEPEND}"