diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-13 12:30:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-13 12:30:22 +0000 |
commit | fdb72fa0f12c44540aa235140a84fa6525ccff2e (patch) | |
tree | e608595258b5b3e0099324b24d80a8bd9c0067d9 /sys-auth/skey | |
parent | Revision bump, EAPI 2'ed, slotted and prefixed (diff) | |
download | gentoo-2-fdb72fa0f12c44540aa235140a84fa6525ccff2e.tar.gz gentoo-2-fdb72fa0f12c44540aa235140a84fa6525ccff2e.tar.bz2 gentoo-2-fdb72fa0f12c44540aa235140a84fa6525ccff2e.zip |
Keep /etc/skey directory.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'sys-auth/skey')
-rw-r--r-- | sys-auth/skey/ChangeLog | 4 | ||||
-rw-r--r-- | sys-auth/skey/skey-1.1.5-r7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-auth/skey/ChangeLog b/sys-auth/skey/ChangeLog index 6bf0ff2b3f44..6d5cf370d728 100644 --- a/sys-auth/skey/ChangeLog +++ b/sys-auth/skey/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for sys-auth/skey # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.10 2009/05/13 06:24:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.11 2009/05/13 12:30:22 ulm Exp $ 13 May 2009; Ulrich Mueller <ulm@gentoo.org> skey-1.1.5-r7.ebuild: - Change HOMEPAGE; old page does not exist any more. + Change HOMEPAGE; old page does not exist any more. Keep /etc/skey directory. 07 Dec 2008; Ulrich Mueller <ulm@gentoo.org> -skey-1.1.5-r6.ebuild: Remove old. diff --git a/sys-auth/skey/skey-1.1.5-r7.ebuild b/sys-auth/skey/skey-1.1.5-r7.ebuild index 27d7c35c4b27..27f5008eb20f 100644 --- a/sys-auth/skey/skey-1.1.5-r7.ebuild +++ b/sys-auth/skey/skey-1.1.5-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r7.ebuild,v 1.9 2009/05/13 06:24:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r7.ebuild,v 1.10 2009/05/13 12:30:22 ulm Exp $ inherit flag-o-matic ccc eutils toolchain-funcs @@ -91,7 +91,7 @@ src_install() { insinto /usr/include doins skey.h - dodir /etc/skey + keepdir /etc/skey # only root needs to have access to these files. fperms g-rx,o-rx /etc/skey |