diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-28 11:09:31 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-28 11:09:31 +0000 |
commit | 15d5fb021494a62d0ba2b3f647fe062151235ec4 (patch) | |
tree | c143598b54c39709d2e7f8aa4059c271163228ce /sys-apps/parted | |
parent | fix guile use flag checks and slib dep (diff) | |
download | gentoo-2-15d5fb021494a62d0ba2b3f647fe062151235ec4.tar.gz gentoo-2-15d5fb021494a62d0ba2b3f647fe062151235ec4.tar.bz2 gentoo-2-15d5fb021494a62d0ba2b3f647fe062151235ec4.zip |
Move 1.8.2 back to ~x86, since it fails with uclibc, bug 171787
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog index dfb20d00e812..05c1d4ae9c6c 100644 --- a/sys-apps/parted/ChangeLog +++ b/sys-apps/parted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/parted # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.108 2007/03/22 18:08:28 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.109 2007/03/28 11:09:31 armin76 Exp $ + + 28 Mar 2007; Raúl Porcel <armin76@gentoo.org> parted-1.8.2.ebuild: + Move 1.8.2 back to ~x86, since it fails with uclibc, bug 171787 22 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.8.2.ebuild: Stable on sparc diff --git a/sys-apps/parted/parted-1.8.2.ebuild b/sys-apps/parted/parted-1.8.2.ebuild index a3f5d9d1d8a0..36a1c658058b 100644 --- a/sys-apps/parted/parted-1.8.2.ebuild +++ b/sys-apps/parted/parted-1.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.8.2.ebuild,v 1.3 2007/03/22 18:08:28 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.8.2.ebuild,v 1.4 2007/03/28 11:09:31 armin76 Exp $ DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" HOMEPAGE="http://www.gnu.org/software/parted" @@ -8,7 +8,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 readline debug selinux device-mapper" # specific version for gettext needed |