diff options
author | Torsten Veller <tove@gentoo.org> | 2005-03-06 11:16:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2005-03-06 11:16:11 +0000 |
commit | 27f9c9846f696d7e8945bf61903a1639680d4c41 (patch) | |
tree | 825c185c7fe519f4be2cfeabf94c56f171a43814 /net-mail/mairix/mairix-0.15.2.ebuild | |
parent | "Change deprange to deprange-dual for kwin as it's provided by an external mo... (diff) | |
download | gentoo-2-27f9c9846f696d7e8945bf61903a1639680d4c41.tar.gz gentoo-2-27f9c9846f696d7e8945bf61903a1639680d4c41.tar.bz2 gentoo-2-27f9c9846f696d7e8945bf61903a1639680d4c41.zip |
Stable on x86.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail/mairix/mairix-0.15.2.ebuild')
-rw-r--r-- | net-mail/mairix/mairix-0.15.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/mairix/mairix-0.15.2.ebuild b/net-mail/mairix/mairix-0.15.2.ebuild index 5e8b6cccad87..c64a3bc0709d 100644 --- a/net-mail/mairix/mairix-0.15.2.ebuild +++ b/net-mail/mairix/mairix-0.15.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mairix/mairix-0.15.2.ebuild,v 1.2 2005/02/06 05:38:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mairix/mairix-0.15.2.ebuild,v 1.3 2005/03/06 11:16:11 tove Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.rpcurnow.force9.co.uk/mairix/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~s390 ~x86" +KEYWORDS="~amd64 ~ppc ~s390 x86" IUSE="" RDEPEND="virtual/libc" @@ -25,7 +25,7 @@ src_unpack() { # econf would fail with unknown options. # Now it only prints "Unrecognized option". - sed -i -e "/^\s*bad_options=yes/d" ${S}/configure || die "sed failed." + sed -i -e "/^[[:space:]]*bad_options=yes/d" ${S}/configure || die "sed failed." } src_compile() { |