diff options
author | 2007-06-26 02:58:54 +0000 | |
---|---|---|
committer | 2007-06-26 02:58:54 +0000 | |
commit | 9afab2ee0ec3438ebd4e8d133804346e9c85898d (patch) | |
tree | f01433e73d527ee394ce9afb2e02d8bbc49af1dd /x11-libs/openmotif | |
parent | whitespace (diff) | |
download | gentoo-2-9afab2ee0ec3438ebd4e8d133804346e9c85898d.tar.gz gentoo-2-9afab2ee0ec3438ebd4e8d133804346e9c85898d.tar.bz2 gentoo-2-9afab2ee0ec3438ebd4e8d133804346e9c85898d.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r14.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/openmotif/openmotif-2.1.30-r14.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r14.ebuild index 651d3ee7c442..f9c8c08d5ed1 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r14.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r14.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/x11-libs/openmotif/openmotif-2.1.30-r14.ebuild,v 1.5 2007/01/04 19:12:18 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r14.ebuild,v 1.6 2007/06/26 02:58:54 mr_bones_ Exp $ inherit eutils flag-o-matic multilib @@ -80,9 +80,9 @@ src_compile() { has_multilib_profile && append-flags "-I/usr/include/gentoo-multilib/${ABI}" # glibc-2.3.2-r1/gcc-3.2.3 /w `-mcpu=athlon-xp -O2', right-clicking - # in nedit triggers DPMS monitor standby instead of popping up the - # context menu. this doesn't happen on my `stable' test partition - # where everything is compiled i686, nor with most non-essential + # in nedit triggers DPMS monitor standby instead of popping up the + # context menu. this doesn't happen on my `stable' test partition + # where everything is compiled i686, nor with most non-essential # packages athlon-xp and only motif i686. needs investigation. replace-flags "-mcpu=athlon-xp" "-mcpu=i686" |