diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-19 22:09:17 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-19 22:09:17 +0000 |
commit | fe65c9111d1e6ec50ba8250b528ac9075a1ac556 (patch) | |
tree | 83a34939cb6816fefb8370042adfc259a9252e38 /app-text/aspell | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-fe65c9111d1e6ec50ba8250b528ac9075a1ac556.tar.gz gentoo-2-fe65c9111d1e6ec50ba8250b528ac9075a1ac556.tar.bz2 gentoo-2-fe65c9111d1e6ec50ba8250b528ac9075a1ac556.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19, RepoMan options: --force)
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.50.5-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/aspell/aspell-0.50.5-r4.ebuild b/app-text/aspell/aspell-0.50.5-r4.ebuild index 1846f135b294..2cd4740d6686 100644 --- a/app-text/aspell/aspell-0.50.5-r4.ebuild +++ b/app-text/aspell/aspell-0.50.5-r4.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/app-text/aspell/aspell-0.50.5-r4.ebuild,v 1.18 2007/03/04 07:27:33 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r4.ebuild,v 1.19 2008/01/19 22:09:17 grobian Exp $ inherit libtool eutils flag-o-matic @@ -24,7 +24,7 @@ src_unpack() { } src_compile() { - if [ "${ARCH}" == "ppc" ] || [ "${ARCH}" == "ppc-macos" ]; then + if [ "${ARCH}" == "ppc" ] ; then append-flags -O2 -fsigned-char fi if [ "${ARCH}" == "alpha" ]; then |