diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2009-07-08 17:00:46 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2009-07-08 17:00:46 +0000 |
commit | 7f831175992e0c229d52e49e091d0bfbc15a92f6 (patch) | |
tree | 633ab2f8b5760f1c1410045cfb5fda811f488823 /sys-auth/openpam | |
parent | stable x86, bug 273251 (diff) | |
download | gentoo-2-7f831175992e0c229d52e49e091d0bfbc15a92f6.tar.gz gentoo-2-7f831175992e0c229d52e49e091d0bfbc15a92f6.tar.bz2 gentoo-2-7f831175992e0c229d52e49e091d0bfbc15a92f6.zip |
Remove missing file from dodoc.
(Portage version: 2.2_rc33/cvs/FreeBSD i386)
Diffstat (limited to 'sys-auth/openpam')
-rw-r--r-- | sys-auth/openpam/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/openpam/openpam-20071221.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/openpam/ChangeLog b/sys-auth/openpam/ChangeLog index 4fce1f1ec76b..2d5a9d430be6 100644 --- a/sys-auth/openpam/ChangeLog +++ b/sys-auth/openpam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/openpam # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.14 2009/07/04 12:29:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.15 2009/07/08 17:00:46 the_paya Exp $ + + 08 Jul 2009; Javier Villavicencio <the_paya@gentoo.org> + openpam-20071221.ebuild: + Remove missing file from dodoc. 04 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> openpam-20071221.ebuild: diff --git a/sys-auth/openpam/openpam-20071221.ebuild b/sys-auth/openpam/openpam-20071221.ebuild index 8e7f4e7e9caf..abe7a979fda6 100644 --- a/sys-auth/openpam/openpam-20071221.ebuild +++ b/sys-auth/openpam/openpam-20071221.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/openpam/openpam-20071221.ebuild,v 1.4 2009/07/04 12:29:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.5 2009/07/08 17:00:46 the_paya Exp $ inherit multilib flag-o-matic autotools @@ -48,7 +48,7 @@ src_compile() { src_install() { emake -j1 DESTDIR="${D}" install - dodoc CREDITS HISTORY MANIFEST RELNOTES README || die + dodoc CREDITS HISTORY RELNOTES README || die find "${D}" -name '*.la' -delete || die } |