diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-09-05 02:47:33 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-09-05 03:10:53 -0400 |
commit | 94b30f4bcc64113eb2db0c199333652fb071051a (patch) | |
tree | 7b535f256814f1806f8001b772f829de2c932c49 /net-dialup/diald | |
parent | dev-libs/libxslt: security version bump 1.1.29-r1 → 1.1.30 (diff) | |
download | gentoo-94b30f4bcc64113eb2db0c199333652fb071051a.tar.gz gentoo-94b30f4bcc64113eb2db0c199333652fb071051a.tar.bz2 gentoo-94b30f4bcc64113eb2db0c199333652fb071051a.zip |
net-dialup/diald: drop unused eutils eclass and use emake
Diffstat (limited to 'net-dialup/diald')
-rw-r--r-- | net-dialup/diald/diald-1.0-r3.ebuild | 8 |
1 files 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 05503d0d2112..8a524090ebc3 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 |