diff options
author | Michael Weber <xmw@gentoo.org> | 2012-01-05 12:58:28 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-01-05 12:58:28 +0000 |
commit | e8c215e54fb99b2c88902fb1df0c79d8f0b293ce (patch) | |
tree | dc762fa5f0893ee59c8da03bd5f51a899a638fec /app-text/lout | |
parent | Remove old 1.8.15 (diff) | |
download | gentoo-2-e8c215e54fb99b2c88902fb1df0c79d8f0b293ce.tar.gz gentoo-2-e8c215e54fb99b2c88902fb1df0c79d8f0b293ce.tar.bz2 gentoo-2-e8c215e54fb99b2c88902fb1df0c79d8f0b293ce.zip |
Remove unneeded/non-matching fperm (thanks to Agostino Sarubbo, bug 391891)
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'app-text/lout')
-rw-r--r-- | app-text/lout/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/lout/lout-3.38-r1.ebuild | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-text/lout/ChangeLog b/app-text/lout/ChangeLog index 8f559667e365..383c3a96a692 100644 --- a/app-text/lout/ChangeLog +++ b/app-text/lout/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/lout -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lout/ChangeLog,v 1.29 2011/12/07 07:53:59 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/lout/ChangeLog,v 1.30 2012/01/05 12:58:28 xmw Exp $ + + 05 Jan 2012; Michael Weber <xmw@gentoo.org> lout-3.38-r1.ebuild: + Remove unneeded/non-matching fperm (thanks to Agostino Sarubbo, bug 391891) 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> lout-3.38-r1.ebuild: x86 stable wrt bug #391485 diff --git a/app-text/lout/lout-3.38-r1.ebuild b/app-text/lout/lout-3.38-r1.ebuild index d1f15a9456e8..07f122784372 100644 --- a/app-text/lout/lout-3.38-r1.ebuild +++ b/app-text/lout/lout-3.38-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.38-r1.ebuild,v 1.5 2011/12/07 07:53:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.38-r1.ebuild,v 1.6 2012/01/05 12:58:28 xmw Exp $ EAPI=3 @@ -72,9 +72,6 @@ src_install() { mv ${docdir}/README{,.docs} dodoc README READMEPDF blurb blurb.short whatsnew - # stupid build system - fperms 755 /usr/share/doc/${PF}/doc/{design,expert,slides,user} - if use doc ; then einfo "building postscript documentation (may take a while)" cd doc/user |