From 6e2b08e6182a670759912e8f9bbdede7645158af Mon Sep 17 00:00:00 2001 From: yaleks Date: Tue, 18 Aug 2009 09:58:50 +0000 Subject: [PATCH] git-svn-id: http://svn.calculate.ru/overlay@2481 c91db197-33c1-4113-bf15-f8a5c547ca64 --- sys-auth/pam_keystore/Manifest | 2 +- sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sys-auth/pam_keystore/Manifest b/sys-auth/pam_keystore/Manifest index 7c1c79631..f3e2d4ca4 100644 --- a/sys-auth/pam_keystore/Manifest +++ b/sys-auth/pam_keystore/Manifest @@ -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 diff --git a/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild b/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild index 0b518a398..cf09b0aea 100644 --- a/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild +++ b/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild @@ -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