commit: 94b30f4bcc64113eb2db0c199333652fb071051a Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Tue Sep 5 06:47:33 2017 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Tue Sep 5 07:10:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b30f4b
net-dialup/diald: drop unused eutils eclass and use emake net-dialup/diald/diald-1.0-r3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-dialup/diald/diald-1.0-r3.ebuild b/net-dialup/diald/diald-1.0-r3.ebuild index 05503d0d211..8a524090ebc 100644 --- a/net-dialup/diald/diald-1.0-r3.ebuild +++ b/net-dialup/diald/diald-1.0-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils autotools pam +inherit autotools pam DESCRIPTION="Daemon that provides on demand IP links via SLIP or PPP" HOMEPAGE="http://diald.sourceforge.net" @@ -32,7 +32,7 @@ src_prepare() { } src_install() { - make \ + emake \ DESTDIR="${D}" \ sysconfdir=/etc \ bindir=/usr/bin \ @@ -42,7 +42,7 @@ src_install() { BINGRP=root \ ROOTUID=root \ ROOTGRP=root \ - install || die "make failed" + install use pam && pamd_mimic_system diald auth account dodir /var/cache/diald
