summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2006-10-22 01:09:50 +0000
committerDavid Shakaryan <omp@gentoo.org>2006-10-22 01:09:50 +0000
commitefd19b9dfc3738a63f6eb4fada92be5cf9354ed7 (patch)
tree35330e7b333852f1b755f7691bd7d46741dc07d5 /x11-misc/fbdesk
parentUse tabs instead of spaces. (diff)
downloadgentoo-2-efd19b9dfc3738a63f6eb4fada92be5cf9354ed7.tar.gz
gentoo-2-efd19b9dfc3738a63f6eb4fada92be5cf9354ed7.tar.bz2
gentoo-2-efd19b9dfc3738a63f6eb4fada92be5cf9354ed7.zip
Use tabs instead of spaces.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'x11-misc/fbdesk')
-rw-r--r--x11-misc/fbdesk/ChangeLog5
-rw-r--r--x11-misc/fbdesk/fbdesk-1.2.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/fbdesk/ChangeLog b/x11-misc/fbdesk/ChangeLog
index 208965ea4167..11b22f848b29 100644
--- a/x11-misc/fbdesk/ChangeLog
+++ b/x11-misc/fbdesk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/fbdesk
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.18 2006/08/27 06:11:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.19 2006/10/22 01:09:50 omp Exp $
+
+ 22 Oct 2006; David Shakaryan <omp@gentoo.org> fbdesk-1.2.1.ebuild:
+ Use tabs instead of spaces.
27 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org>
-files/fbdesk-1.1.5-gcc34.patch, -fbdesk-1.1.5.ebuild:
diff --git a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild
index 829364c16796..c8d0a9780793 100644
--- a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild
+++ b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.7 2006/05/02 00:49:39 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.8 2006/10/22 01:09:50 omp Exp $
inherit eutils
@@ -27,8 +27,8 @@ src_unpack() {
src_compile() {
econf \
- $(use_enable debug) \
- $(use_enable png) || die "econf failed"
+ $(use_enable debug) \
+ $(use_enable png) || die "econf failed"
emake || die "emake failed"
}