diff options
author | 2011-07-11 12:23:47 +0000 | |
---|---|---|
committer | 2011-07-11 12:23:47 +0000 | |
commit | aa29d4b3a0141c262f0456a1995cc8c589fca59d (patch) | |
tree | 45b08f5973422e22f04fda80e3db760831f92937 /net-irc/supybot/supybot-0.83.4.1-r1.ebuild | |
parent | Fix compilation on Darwin 9 (10.5) by extracting parts of the Darwin 8 patch (diff) | |
download | gentoo-2-aa29d4b3a0141c262f0456a1995cc8c589fca59d.tar.gz gentoo-2-aa29d4b3a0141c262f0456a1995cc8c589fca59d.tar.bz2 gentoo-2-aa29d4b3a0141c262f0456a1995cc8c589fca59d.zip |
Fixed dodoc call on dir wrt bug #367489
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Diffstat (limited to 'net-irc/supybot/supybot-0.83.4.1-r1.ebuild')
-rw-r--r-- | net-irc/supybot/supybot-0.83.4.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/supybot/supybot-0.83.4.1-r1.ebuild b/net-irc/supybot/supybot-0.83.4.1-r1.ebuild index 322ef30d8f10..ccc30844ea4a 100644 --- a/net-irc/supybot/supybot-0.83.4.1-r1.ebuild +++ b/net-irc/supybot/supybot-0.83.4.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.4.1-r1.ebuild,v 1.8 2010/11/04 12:48:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.4.1-r1.ebuild,v 1.9 2011/07/11 12:23:47 neurogeek Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -30,7 +30,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" -DOCS="ACKS RELNOTES docs/*" +DOCS="ACKS RELNOTES docs/[!man]*" src_install() { distutils_src_install |