summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-05-04 04:05:26 +0000
committerTom Gall <tgall@gentoo.org>2004-05-04 04:05:26 +0000
commitba232d668f179ff4a05b2dfcef00a66857c060e0 (patch)
tree55bf85c0670f267125fca51379664b75ed1753d6 /sys-apps
parentChanging mad dep to madplay. (Manifest recommit) (diff)
downloadgentoo-2-ba232d668f179ff4a05b2dfcef00a66857c060e0.tar.gz
gentoo-2-ba232d668f179ff4a05b2dfcef00a66857c060e0.tar.bz2
gentoo-2-ba232d668f179ff4a05b2dfcef00a66857c060e0.zip
mark stable on ppc64
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/parted/ChangeLog5
-rw-r--r--sys-apps/parted/parted-1.6.8-r1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog
index 3befd1a73605..1e4f1e27076e 100644
--- a/sys-apps/parted/ChangeLog
+++ b/sys-apps/parted/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/parted
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.41 2004/04/27 21:23:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.42 2004/05/04 04:05:26 tgall Exp $
+
+ 03 May 2004; Tom Gall <tgall@gentoo.org> parted-1.6.8-r1.ebuild:
+ stable on ppc64, slight change to get rid of -Werror on ppc64 (useless *&*(T^)
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> parted-1.6.10-r1.ebuild,
parted-1.6.10.ebuild, parted-1.6.5-r1.ebuild, parted-1.6.6-r1.ebuild,
diff --git a/sys-apps/parted/parted-1.6.8-r1.ebuild b/sys-apps/parted/parted-1.6.8-r1.ebuild
index 448dde85b28e..a654ae59096c 100644
--- a/sys-apps/parted/parted-1.6.8-r1.ebuild
+++ b/sys-apps/parted/parted-1.6.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.8-r1.ebuild,v 1.3 2004/04/27 21:23:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.8-r1.ebuild,v 1.4 2004/05/04 04:05:26 tgall Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="ppc ~ppc64 -*"
+KEYWORDS="ppc ppc64 -*"
IUSE="nls static readline debug noreiserfs"
DEPEND=">=sys-fs/e2fsprogs-1.27
@@ -33,6 +33,7 @@ src_unpack() {
}
src_compile() {
+ use ppc64 && myconf="${myconf} --disable-Werror"
econf \
`use_with readline` \
`use_enable nls` \