diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2006-10-14 17:22:51 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2006-10-14 17:22:51 +0000 |
commit | 2940519d857740ca115a1d1fee834c09b9df2918 (patch) | |
tree | 4f45674bf540144cbce6a8e1832bbc948fe53c79 /sys-apps/parted | |
parent | Remove 'check_KV' calls (bug #150058). (diff) | |
download | gentoo-2-2940519d857740ca115a1d1fee834c09b9df2918.tar.gz gentoo-2-2940519d857740ca115a1d1fee834c09b9df2918.tar.bz2 gentoo-2-2940519d857740ca115a1d1fee834c09b9df2918.zip |
Stable on IA64; bug #145892.
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.7.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog index f02845c765b2..c571200cdb0c 100644 --- a/sys-apps/parted/ChangeLog +++ b/sys-apps/parted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/parted # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.102 2006/10/01 17:53:05 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.103 2006/10/14 17:22:51 plasmaroo Exp $ + + 14 Oct 2006; Tim Yamin <plasmaroo@gentoo.org> parted-1.7.1-r1.ebuild: + Stable on IA64; bug #145892. 01 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> parted-1.7.1-r1.ebuild: diff --git a/sys-apps/parted/parted-1.7.1-r1.ebuild b/sys-apps/parted/parted-1.7.1-r1.ebuild index cb4a896ebe63..9ac225348e0e 100644 --- a/sys-apps/parted/parted-1.7.1-r1.ebuild +++ b/sys-apps/parted/parted-1.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.7.1-r1.ebuild,v 1.8 2006/10/01 17:53:05 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.7.1-r1.ebuild,v 1.9 2006/10/14 17:22:51 plasmaroo Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" 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 readline debug" # specific version for gettext needed |