diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-26 00:54:26 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-26 00:54:26 +0000 |
commit | 1786339a1fee33d0352f1d0361c94a687b6785b1 (patch) | |
tree | 278efab0b4e37b2591041afe5b4a720696c7c415 /dev-python | |
parent | version bump (diff) | |
download | gentoo-2-1786339a1fee33d0352f1d0361c94a687b6785b1.tar.gz gentoo-2-1786339a1fee33d0352f1d0361c94a687b6785b1.tar.bz2 gentoo-2-1786339a1fee33d0352f1d0361c94a687b6785b1.zip |
remove README.Linux
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt/PyQt-3.17.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt/PyQt-3.17.4.ebuild b/dev-python/PyQt/PyQt-3.17.4.ebuild index 20c33af21ca1..9d4166fa6c78 100644 --- a/dev-python/PyQt/PyQt-3.17.4.ebuild +++ b/dev-python/PyQt/PyQt-3.17.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.4.ebuild,v 1.1 2007/12/26 00:53:05 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.4.ebuild,v 1.2 2007/12/26 00:54:26 caleb Exp $ inherit distutils @@ -47,7 +47,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "install failed" - dodoc ChangeLog NEWS README README.Linux THANKS + dodoc ChangeLog NEWS README THANKS use doc && dohtml doc/PyQt.html if use examples ; then dodir /usr/share/doc/${PF}/examples |