diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-20 08:20:23 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-20 08:20:23 +0000 |
commit | 6684608120c5dc6306b80222c143358b55a5edbc (patch) | |
tree | 139a49f66269a2365a5a3a054f14218923312187 /sys-fs | |
parent | old (diff) | |
download | gentoo-2-6684608120c5dc6306b80222c143358b55a5edbc.tar.gz gentoo-2-6684608120c5dc6306b80222c143358b55a5edbc.tar.bz2 gentoo-2-6684608120c5dc6306b80222c143358b55a5edbc.zip |
marked x86 per bug 422211
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/extundelete/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/extundelete/extundelete-0.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/extundelete/ChangeLog b/sys-fs/extundelete/ChangeLog index 25eafde6d407..cc2d30cc7a16 100644 --- a/sys-fs/extundelete/ChangeLog +++ b/sys-fs/extundelete/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/extundelete # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/extundelete/ChangeLog,v 1.5 2012/06/19 19:49:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/extundelete/ChangeLog,v 1.6 2012/06/20 08:20:23 jdhore Exp $ + + 20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> extundelete-0.2.0-r1.ebuild: + marked x86 per bug 422211 19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> extundelete-0.2.0-r1.ebuild: Stable for amd64, wrt bug #422211 diff --git a/sys-fs/extundelete/extundelete-0.2.0-r1.ebuild b/sys-fs/extundelete/extundelete-0.2.0-r1.ebuild index a598011bdbce..0a9a6fa97c89 100644 --- a/sys-fs/extundelete/extundelete-0.2.0-r1.ebuild +++ b/sys-fs/extundelete/extundelete-0.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/extundelete/extundelete-0.2.0-r1.ebuild,v 1.2 2012/06/19 19:49:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/extundelete/extundelete-0.2.0-r1.ebuild,v 1.3 2012/06/20 08:20:23 jdhore Exp $ EAPI=4 inherit eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=sys-fs/e2fsprogs-${_E2FS} |