summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-11-17 16:58:54 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-11-17 16:58:54 +0000
commit800d7673e46ed97b87ce017ae3c4a23a83301770 (patch)
treed27c0663d48501f3a726f8f28d4ff2249f3d595c /x11-wm
parentstable arm, bug #441350 (diff)
downloadgentoo-2-800d7673e46ed97b87ce017ae3c4a23a83301770.tar.gz
gentoo-2-800d7673e46ed97b87ce017ae3c4a23a83301770.tar.bz2
gentoo-2-800d7673e46ed97b87ce017ae3c4a23a83301770.zip
fix doinfo, wrt bug #442922
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/stumpwm/ChangeLog8
-rw-r--r--x11-wm/stumpwm/stumpwm-0.9.7.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-wm/stumpwm/ChangeLog b/x11-wm/stumpwm/ChangeLog
index 96e6a9bcc776..632e9bca3f70 100644
--- a/x11-wm/stumpwm/ChangeLog
+++ b/x11-wm/stumpwm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/stumpwm
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.6 2011/06/21 01:18:51 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.7 2012/11/17 16:58:54 ago Exp $
+
+ 17 Nov 2012; Agostino Sarubbo <ago@gentoo.org> stumpwm-0.9.7.ebuild:
+ fix doinfo, wrt bug #442922
21 Jun 2011; Michael Weber <xmw@gentoo.org> -stumpwm-0.9.2.ebuild:
Dropping old version
@@ -26,4 +29,3 @@
+metadata.xml, +stumpwm-0.9.2.ebuild:
This package was submitted by Nguyen Thai Ngoc Duy <pclouds@gentoo.org> in
bug #219832
-
diff --git a/x11-wm/stumpwm/stumpwm-0.9.7.ebuild b/x11-wm/stumpwm/stumpwm-0.9.7.ebuild
index d16a34d95013..ffe647705971 100644
--- a/x11-wm/stumpwm/stumpwm-0.9.7.ebuild
+++ b/x11-wm/stumpwm/stumpwm-0.9.7.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/x11-wm/stumpwm/stumpwm-0.9.7.ebuild,v 1.1 2011/05/11 08:58:21 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/stumpwm-0.9.7.ebuild,v 1.2 2012/11/17 16:58:54 ago Exp $
EAPI="2"
@@ -34,7 +34,7 @@ src_configure() {
}
src_compile() {
- use doc && makeinfo stumpwm.texi
+ use doc && makeinfo stumpwm.texi.in
}
src_install() {