diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-02-19 12:54:35 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-02-19 12:54:35 +0000 |
commit | 5f3e770c90daa9d4aa0a75c85096fae115952d09 (patch) | |
tree | 0fece409aba780ec6757a4b96d6b8e1d76d66dc1 /sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild | |
parent | Version bump, new patch, the pre-stripped files were fixed already upstream, ... (diff) | |
download | gentoo-2-5f3e770c90daa9d4aa0a75c85096fae115952d09.tar.gz gentoo-2-5f3e770c90daa9d4aa0a75c85096fae115952d09.tar.bz2 gentoo-2-5f3e770c90daa9d4aa0a75c85096fae115952d09.zip |
Remove LICENSE dodoc.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild')
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild index afadb165d01b..dbf32e527483 100644 --- a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild +++ b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild,v 1.1 2007/07/11 12:37:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild,v 1.2 2008/02/19 12:54:35 flameeyes Exp $ inherit pam eutils toolchain-funcs @@ -33,7 +33,7 @@ src_install() { dopammod pam_passwdqc.so doman pam_passwdqc.8 - dodoc README PLATFORMS INTERNALS LICENSE + dodoc README PLATFORMS INTERNALS } pkg_postinst() { |