diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-12-17 20:56:57 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-12-17 20:56:57 +0000 |
commit | 3335b6bcdf25b79e8a2c83abd10aab2f8fa65879 (patch) | |
tree | 59250f390bd1d25859a6641a59e1dd7ac9383aaa /sys-fs/ext2resize | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-3335b6bcdf25b79e8a2c83abd10aab2f8fa65879.tar.gz gentoo-2-3335b6bcdf25b79e8a2c83abd10aab2f8fa65879.tar.bz2 gentoo-2-3335b6bcdf25b79e8a2c83abd10aab2f8fa65879.zip |
Stable on alpha, bug 114467.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sys-fs/ext2resize')
-rw-r--r-- | sys-fs/ext2resize/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/ext2resize/ext2resize-1.1.19.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/ext2resize/ChangeLog b/sys-fs/ext2resize/ChangeLog index b763cd659de4..eb1164510187 100644 --- a/sys-fs/ext2resize/ChangeLog +++ b/sys-fs/ext2resize/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/ext2resize # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext2resize/ChangeLog,v 1.12 2005/12/12 20:09:39 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext2resize/ChangeLog,v 1.13 2005/12/17 20:56:57 kloeri Exp $ + + 17 Dec 2005; Bryan Østergaard <kloeri@gentoo.org + ext2resize-1.1.19.ebuild: + Stable on alpha, bug 114467. 12 Dec 2005; Luis Medinas <metalgod@gentoo.org> ext2resize-1.1.19.ebuild: Stable on amd64. Bug #114467. diff --git a/sys-fs/ext2resize/ext2resize-1.1.19.ebuild b/sys-fs/ext2resize/ext2resize-1.1.19.ebuild index 4d0ef4ff14f2..cff46c9b64aa 100644 --- a/sys-fs/ext2resize/ext2resize-1.1.19.ebuild +++ b/sys-fs/ext2resize/ext2resize-1.1.19.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/ext2resize/ext2resize-1.1.19.ebuild,v 1.6 2005/12/12 20:09:39 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext2resize/ext2resize-1.1.19.ebuild,v 1.7 2005/12/17 20:56:57 kloeri Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ppc ~sparc x86" +KEYWORDS="alpha amd64 arm ppc ~sparc x86" IUSE="static" DEPEND="" |