diff options
author | Michael Weber <xmw@gentoo.org> | 2012-08-24 13:38:51 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-08-24 13:38:51 +0000 |
commit | 10c1ac0ab0c29dbc1d410d2cb79265bedba18118 (patch) | |
tree | a8615bd56baf6b587737ab878af7920e213032eb /sys-fs/mtd-utils | |
parent | ppc stable (bug 414375). (diff) | |
download | gentoo-2-10c1ac0ab0c29dbc1d410d2cb79265bedba18118.tar.gz gentoo-2-10c1ac0ab0c29dbc1d410d2cb79265bedba18118.tar.bz2 gentoo-2-10c1ac0ab0c29dbc1d410d2cb79265bedba18118.zip |
ppc stable (bug 422217).
(Portage version: 2.1.11.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/mtd-utils')
-rw-r--r-- | sys-fs/mtd-utils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/mtd-utils/mtd-utils-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-fs/mtd-utils/ChangeLog b/sys-fs/mtd-utils/ChangeLog index c4b552368b6e..c6f7ede6e27f 100644 --- a/sys-fs/mtd-utils/ChangeLog +++ b/sys-fs/mtd-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/mtd-utils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.58 2012/08/20 22:15:44 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.59 2012/08/24 13:38:51 xmw Exp $ + + 24 Aug 2012; Michael Weber <xmw@gentoo.org> mtd-utils-1.5.0.ebuild: + ppc stable (bug 422217). 20 Aug 2012; Johannes Huber <johu@gentoo.org> mtd-utils-1.5.0.ebuild: Stable for x86, wrt bug #422217 @@ -230,4 +233,3 @@ +mtd-utils-20060606.ebuild: Initial commit. New variant of the old sys-fs/mtd package, maintained seperately by upstream. - diff --git a/sys-fs/mtd-utils/mtd-utils-1.5.0.ebuild b/sys-fs/mtd-utils/mtd-utils-1.5.0.ebuild index eec0e939961c..08177140d240 100644 --- a/sys-fs/mtd-utils/mtd-utils-1.5.0.ebuild +++ b/sys-fs/mtd-utils/mtd-utils-1.5.0.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/mtd-utils/mtd-utils-1.5.0.ebuild,v 1.4 2012/08/20 22:15:44 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.5.0.ebuild,v 1.5 2012/08/24 13:38:51 xmw Exp $ EAPI="3" @@ -20,7 +20,7 @@ else MY_PV="${PV}-02ae0aac87576d07202a62d11294ea55b56f450b" SRC_URI="mirror://gentoo/${PN}-snapshot-${MY_PV}.tar.xz" fi - KEYWORDS="amd64 arm ~mips ~ppc x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm ~mips ppc x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="MTD userspace tools (NFTL, JFFS2, NAND, FTL, UBI)" |