diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-06-27 06:58:20 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-06-27 06:58:20 +0000 |
commit | 09cb0780173ca8e004415b48f3cbcd5c4b3ee2d4 (patch) | |
tree | f1e93a037171f89702ab4325fac7580036848d48 /sys-process | |
parent | Add missing PYTHON_DEPEND, use proper PYTHON_USE_WITH wrt #423647 by Paweł R... (diff) | |
download | gentoo-2-09cb0780173ca8e004415b48f3cbcd5c4b3ee2d4.tar.gz gentoo-2-09cb0780173ca8e004415b48f3cbcd5c4b3ee2d4.tar.bz2 gentoo-2-09cb0780173ca8e004415b48f3cbcd5c4b3ee2d4.zip |
Use explicit filenames for dodoc instead of shell glob wrt #415081 by David J Cozatt <ygdrasil@comcast.net>
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/audit/audit-2.1.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-process/audit/ChangeLog b/sys-process/audit/ChangeLog index 5f46416905ca..0661d6e6ded6 100644 --- a/sys-process/audit/ChangeLog +++ b/sys-process/audit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/audit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.75 2012/05/21 23:23:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.76 2012/06/27 06:58:20 xarthisius Exp $ + + 27 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org> audit-2.1.3-r1.ebuild: + Use explicit filenames for dodoc instead of shell glob wrt #415081 by David J + Cozatt <ygdrasil@comcast.net> 21 May 2012; Mike Frysinger <vapier@gentoo.org> audit-1.7.17.ebuild, audit-1.7.4.ebuild, audit-2.0.5.ebuild, audit-2.1.3-r1.ebuild, diff --git a/sys-process/audit/audit-2.1.3-r1.ebuild b/sys-process/audit/audit-2.1.3-r1.ebuild index bc0170e97c0b..db96833343b1 100644 --- a/sys-process/audit/audit-2.1.3-r1.ebuild +++ b/sys-process/audit/audit-2.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.1.3-r1.ebuild,v 1.3 2012/05/21 23:23:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.1.3-r1.ebuild,v 1.4 2012/06/27 06:58:20 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -127,7 +127,7 @@ src_install() { dodoc AUTHORS ChangeLog README* THANKS TODO docinto contrib - dodoc contrib/* + dodoc contrib/{*.rules,avc_snap,skeleton.c} docinto contrib/plugin dodoc contrib/plugin/* |