summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-22 06:58:40 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-22 06:58:40 +0000
commitabc967ae39d80e2920ecf1be67f16969784aa48f (patch)
tree48bcab3c2e4f41427bc4910d943eebb51be440ac /sys-libs/libaal
parentAdd fix for broken libtool relinking by Simone Gotti #74817. (diff)
downloadgentoo-2-abc967ae39d80e2920ecf1be67f16969784aa48f.tar.gz
gentoo-2-abc967ae39d80e2920ecf1be67f16969784aa48f.tar.bz2
gentoo-2-abc967ae39d80e2920ecf1be67f16969784aa48f.zip
amd64/x86 stable
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-libs/libaal')
-rw-r--r--sys-libs/libaal/libaal-1.0.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libaal/libaal-1.0.4.ebuild b/sys-libs/libaal/libaal-1.0.4.ebuild
index 8bb4b69da093..b8faedd62f6a 100644
--- a/sys-libs/libaal/libaal-1.0.4.ebuild
+++ b/sys-libs/libaal/libaal-1.0.4.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/sys-libs/libaal/libaal-1.0.4.ebuild,v 1.2 2005/05/15 11:43:58 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libaal/libaal-1.0.4.ebuild,v 1.3 2005/05/22 06:58:36 vapier Exp $
inherit eutils
@@ -10,14 +10,14 @@ SRC_URI="ftp://ftp.namesys.com/pub/reiser4progs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~ppc64"
+KEYWORDS="amd64 ~ppc ~ppc64 -sparc x86"
IUSE=""
DEPEND=""
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# remove stupid CFLAG hardcodes
sed -i \
-e "/GENERIC_CFLAGS/s:-O3::" \