summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-03-22 17:22:37 +0000
committerAron Griffis <agriffis@gentoo.org>2005-03-22 17:22:37 +0000
commit82c7a23c62f04923e282b3bc7647202cbd2666ad (patch)
treedc247367e7ca3acbe627f1f8d89a9c69915655f0 /sys-fs
parentVersion bump. Mark older versions stable on x86. (diff)
downloadgentoo-2-82c7a23c62f04923e282b3bc7647202cbd2666ad.tar.gz
gentoo-2-82c7a23c62f04923e282b3bc7647202cbd2666ad.tar.bz2
gentoo-2-82c7a23c62f04923e282b3bc7647202cbd2666ad.zip
Mark stable on ia64 to match version of fsck included in FC3. This is
important since currently ia64 users use a chroot for installation, then run into bug 71159 (Portage version: 2.0.51.19)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/e2fsprogs/ChangeLog7
-rw-r--r--sys-fs/e2fsprogs/e2fsprogs-1.36-r2.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/e2fsprogs/ChangeLog b/sys-fs/e2fsprogs/ChangeLog
index 8214387ab029..c40be6608ce4 100644
--- a/sys-fs/e2fsprogs/ChangeLog
+++ b/sys-fs/e2fsprogs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/e2fsprogs
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/ChangeLog,v 1.50 2005/03/18 13:58:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/ChangeLog,v 1.51 2005/03/22 17:22:37 agriffis Exp $
+
+ 22 Mar 2005; Aron Griffis <agriffis@gentoo.org> e2fsprogs-1.36-r2.ebuild:
+ Mark stable on ia64 to match version of fsck included in FC3. This is
+ important since currently ia64 users use a chroot for installation, then run
+ into bug 71159
*e2fsprogs-1.36-r2 (10 Mar 2005)
diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.36-r2.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.36-r2.ebuild
index ead739d5fe2a..bb6b5054a7b4 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.36-r2.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.36-r2.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-fs/e2fsprogs/e2fsprogs-1.36-r2.ebuild,v 1.1 2005/03/11 01:15:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.36-r2.ebuild,v 1.2 2005/03/22 17:22:37 agriffis Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="nls static diet"
RDEPEND="diet? ( dev-libs/dietlibc )"