diff options
author | 2010-01-10 12:01:58 +0000 | |
---|---|---|
committer | 2010-01-10 12:01:58 +0000 | |
commit | 5c0e0db947ece98e8f4795cdd0439f28ea4e4e0a (patch) | |
tree | f69cd485ebd1b23c117caaf40e189812950c0253 /sys-apps/parted | |
parent | Add ~arm (diff) | |
download | gentoo-2-5c0e0db947ece98e8f4795cdd0439f28ea4e4e0a.tar.gz gentoo-2-5c0e0db947ece98e8f4795cdd0439f28ea4e4e0a.tar.bz2 gentoo-2-5c0e0db947ece98e8f4795cdd0439f28ea4e4e0a.zip |
stable x86, bug 300058
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog index da44854ecfcc..d223fadf5556 100644 --- a/sys-apps/parted/ChangeLog +++ b/sys-apps/parted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/parted # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.136 2010/01/10 00:20:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.137 2010/01/10 12:01:58 fauli Exp $ + + 10 Jan 2010; Christian Faulhammer <fauli@gentoo.org> parted-1.9.0.ebuild: + stable x86, bug 300058 10 Jan 2010; Jeroen Roovers <jer@gentoo.org> parted-1.9.0.ebuild: Stable for HPPA PPC (bug #300058). diff --git a/sys-apps/parted/parted-1.9.0.ebuild b/sys-apps/parted/parted-1.9.0.ebuild index 05b73082d53f..1ecf8e934c12 100644 --- a/sys-apps/parted/parted-1.9.0.ebuild +++ b/sys-apps/parted/parted-1.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.9.0.ebuild,v 1.3 2010/01/10 00:20:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.9.0.ebuild,v 1.4 2010/01/10 12:01:58 fauli Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" 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 readline +debug selinux device-mapper" # specific version for gettext needed |