git-svn-id: http://svn.calculate.ru/overlay@2481 c91db197-33c1-4113-bf15-f8a5c547ca64

atratsevskiy
yaleks 15 years ago
parent 5f2e9f7963
commit 6e2b08e618

@ -1,2 +1,2 @@
DIST pam_keystore-0.1.3.tar.bz2 5894 RMD160 4b66977d255848a449ade60fc76795abc6e716ca SHA1 8f200accba4af55b44b8a59a79cc1b562c11f0ad SHA256 edc8bafd89cc8e5a18b23ce521beaba250fcfd4a53d8c2bdab4d17b77058f493
EBUILD pam_keystore-0.1.3.ebuild 530 RMD160 5a3c06adade203990b5738d2180e43ffb232ffbf SHA1 83d4c72d6c198f1c050137239e23c2cae39c0c46 SHA256 7026350d6630095e90b765af6ff5083633a72f5da0bd02387129b81090ee22ba
EBUILD pam_keystore-0.1.3.ebuild 599 RMD160 51756a2a8dfe44392811c6558c93129634476b17 SHA1 a4dc033b59acbd6e9fac35f54d5f8f3576f15938 SHA256 e24f11865454f9bfea57381ae38a8bd9bba989a706ac973f76aeb3229b7e8f67

@ -1,5 +1,8 @@
# Copyright 2007 Calculate Pack, http://www.calculate-linux.ru
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Copyright 2007-2009 Calculate Pack, http://www.calculate-linux.ru
DESCRIPTION="Keeps a login and the password the user in the kernel"
HOMEPAGE="http://www.calculate-linux.ru/pam_keystore"
@ -7,10 +10,10 @@ SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=sys-apps/keyutils-1.1"
#RDEPEND=""
RDEPEND="${DEPEND}"
src_compile() {
make CFLAGS="-Wall ${CFLAGS}" || die

Loading…
Cancel
Save