diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-01-15 16:54:19 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-01-15 16:54:19 +0000 |
commit | c74e80ef70b7d9b0e2af6780e435ad483b4ab9e4 (patch) | |
tree | b504cb855d37366d0ac3a3466a96f6042f37e564 /media-libs | |
parent | Remove amarok mask, released (diff) | |
download | gentoo-2-c74e80ef70b7d9b0e2af6780e435ad483b4ab9e4.tar.gz gentoo-2-c74e80ef70b7d9b0e2af6780e435ad483b4ab9e4.tar.bz2 gentoo-2-c74e80ef70b7d9b0e2af6780e435ad483b4ab9e4.zip |
Fix man page installation. Bug #348826
(Portage version: 2.1.9.31/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/atlas-c++/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/atlas-c++/atlas-c++-0.6.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/atlas-c++/ChangeLog b/media-libs/atlas-c++/ChangeLog index 09b80f5a6db6..ebe1a2460a27 100644 --- a/media-libs/atlas-c++/ChangeLog +++ b/media-libs/atlas-c++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/atlas-c++ -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.33 2010/11/14 22:59:40 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.34 2011/01/15 16:54:19 tupone Exp $ + + 15 Jan 2011; Tupone Alfredo <tupone@gentoo.org> atlas-c++-0.6.2.ebuild: + Fix man page installation. Bug #348826 by Mr. Anderson 14 Nov 2010; Markos Chandras <hwoarang@gentoo.org> atlas-c++-0.6.2.ebuild: Stable on amd64 wrt bug #345181 diff --git a/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild b/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild index dc42175e0876..3adbd0741590 100644 --- a/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild +++ b/media-libs/atlas-c++/atlas-c++-0.6.2.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/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.3 2010/11/14 22:59:40 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.4 2011/01/15 16:54:19 tupone Exp $ EAPI=2 MY_PN="Atlas-C++" @@ -30,6 +30,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "install failed" use doc && dohtml -r doc/html/* - use doc && doman doc/man/* + use doc && doman doc/man/man3/[^i]* dodoc AUTHORS ChangeLog HACKING NEWS README ROADMAP THANKS TODO } |