diff options
Diffstat (limited to 'app-admin/ranpwd/ranpwd-1.2.ebuild')
-rw-r--r-- | app-admin/ranpwd/ranpwd-1.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/ranpwd/ranpwd-1.2.ebuild b/app-admin/ranpwd/ranpwd-1.2.ebuild index 858c5b22cbef..67ec4f1fe016 100644 --- a/app-admin/ranpwd/ranpwd-1.2.ebuild +++ b/app-admin/ranpwd/ranpwd-1.2.ebuild @@ -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 } |