diff options
author | 2012-01-02 20:54:54 +0000 | |
---|---|---|
committer | 2012-01-02 20:54:54 +0000 | |
commit | 70fddc127fbc91556b7afaf2e7851669a613171b (patch) | |
tree | 5e6783de89156107d7a6f83f8a7b5dfa984caf80 /sys-fs/genext2fs | |
parent | Revision bump which also installs the components of the default Rails asset p... (diff) | |
download | gentoo-2-70fddc127fbc91556b7afaf2e7851669a613171b.tar.gz gentoo-2-70fddc127fbc91556b7afaf2e7851669a613171b.tar.bz2 gentoo-2-70fddc127fbc91556b7afaf2e7851669a613171b.zip |
Stable for AMD64, wrt bug #397225
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/genext2fs')
-rw-r--r-- | sys-fs/genext2fs/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/genext2fs/genext2fs-1.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/genext2fs/ChangeLog b/sys-fs/genext2fs/ChangeLog index 0bfa48597d77..da871e3300d3 100644 --- a/sys-fs/genext2fs/ChangeLog +++ b/sys-fs/genext2fs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/genext2fs -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/ChangeLog,v 1.10 2011/02/06 10:51:06 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/ChangeLog,v 1.11 2012/01/02 20:54:54 ago Exp $ + + 02 Jan 2012; Agostino Sarubbo <ago@gentoo.org> genext2fs-1.4.1.ebuild: + Stable for AMD64, wrt bug #397225 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> genext2fs-1.3-r1.ebuild: Drop to ~mips diff --git a/sys-fs/genext2fs/genext2fs-1.4.1.ebuild b/sys-fs/genext2fs/genext2fs-1.4.1.ebuild index d6ee72d2d32f..b9f58fc41463 100644 --- a/sys-fs/genext2fs/genext2fs-1.4.1.ebuild +++ b/sys-fs/genext2fs/genext2fs-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/genext2fs-1.4.1.ebuild,v 1.1 2007/04/29 02:10:35 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/genext2fs/genext2fs-1.4.1.ebuild,v 1.2 2012/01/02 20:54:54 ago Exp $ DESCRIPTION="generate ext2 file systems" HOMEPAGE="http://sourceforge.net/projects/genext2fs" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86" IUSE="" DEPEND="" |