app-admin/ranpwd: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Fri, 3 Feb 2017 22:41:39 +0000 (00:41 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 01:30:45 +0000 (03:30 +0200)
Package-Manager: portage-2.3.3

app-admin/ranpwd/ranpwd-1.2.ebuild

index 858c5b22cbefd5cad00a0717615312a3a495c483..67ec4f1fe0163bc7b9adc849794edfe039264560 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=3
+EAPI=6
 
-DESCRIPTION="Generate random passwords using the in-kernel cryptographically secure random number generator"
+DESCRIPTION="Generate random passwords using the in-kernel cryptographically"
 HOMEPAGE="https://www.kernel.org/pub/software/utils/admin/ranpwd/"
 SRC_URI="mirror://kernel/software/utils/admin/${PN}/${P}.tar.gz"
 
@@ -25,5 +25,5 @@ src_test() {
 }
 
 src_install() {
-       emake INSTALLROOT="${D}" install || die
+       emake INSTALLROOT="${D}" install
 }