diff options
author | David Shakaryan <omp@gentoo.org> | 2006-10-22 01:09:50 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-10-22 01:09:50 +0000 |
commit | 6171b09f137714a1544d62e7223c316c73414525 (patch) | |
tree | 9dee3772ffd9f5ee1c1c2adad6847d06d9be3db0 /x11-misc/fbdesk | |
parent | Remove older version. (diff) | |
download | historical-6171b09f137714a1544d62e7223c316c73414525.tar.gz historical-6171b09f137714a1544d62e7223c316c73414525.tar.bz2 historical-6171b09f137714a1544d62e7223c316c73414525.zip |
Use tabs instead of spaces.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'x11-misc/fbdesk')
-rw-r--r-- | x11-misc/fbdesk/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/fbdesk/fbdesk-1.2.1.ebuild | 6 |
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" } |