commit: 0e2a16068c00993f04394b0ccbc758d461625418 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Jun 10 15:47:02 2018 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Jun 10 15:47:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e2a1606
sys-auth/loginkit: EAPI 7 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-auth/loginkit/loginkit-9999.ebuild | 9 ++++----- 1 file 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}"
