Package-Manager: portage-2.3.3
-# 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"
}
src_install() {
- emake INSTALLROOT="${D}" install || die
+ emake INSTALLROOT="${D}" install
}