diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-08 03:41:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-08 03:41:36 +0000 |
commit | 33f7c0c1ddcfb9e28f6f03185725a29061901c2a (patch) | |
tree | abc9faf078cdc232643182775436020b2a5630a8 /sys-fs | |
parent | Initial commit. New variant of the old sys-fs/mtd package, maintained seperat... (diff) | |
download | gentoo-2-33f7c0c1ddcfb9e28f6f03185725a29061901c2a.tar.gz gentoo-2-33f7c0c1ddcfb9e28f6f03185725a29061901c2a.tar.bz2 gentoo-2-33f7c0c1ddcfb9e28f6f03185725a29061901c2a.zip |
Forgot to block old package.
(Portage version: 2.1_rc4-r4)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/mtd-utils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/mtd-utils/mtd-utils-20060606.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/mtd-utils/ChangeLog b/sys-fs/mtd-utils/ChangeLog index f81261e57d34..c5ccaabbe8d5 100644 --- a/sys-fs/mtd-utils/ChangeLog +++ b/sys-fs/mtd-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/mtd-utils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.1 2006/06/08 03:40:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.2 2006/06/08 03:41:36 robbat2 Exp $ + + 08 Jun 2006; Robin H. Johnson <robbat2@gentoo.org> + mtd-utils-20060606.ebuild: + Forgot to block old package. *mtd-utils-20060606 (08 Jun 2006) diff --git a/sys-fs/mtd-utils/mtd-utils-20060606.ebuild b/sys-fs/mtd-utils/mtd-utils-20060606.ebuild index 1bacdb1c6545..a4ad8b9b5058 100644 --- a/sys-fs/mtd-utils/mtd-utils-20060606.ebuild +++ b/sys-fs/mtd-utils/mtd-utils-20060606.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20060606.ebuild,v 1.1 2006/06/08 03:40:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20060606.ebuild,v 1.2 2006/06/08 03:41:36 robbat2 Exp $ inherit toolchain-funcs flag-o-matic @@ -15,7 +15,8 @@ IUSE="" S="${WORKDIR}/${PN}" DEPEND="sys-libs/zlib - virtual/libc" + virtual/libc + !sys-fs/mtd" src_unpack() { unpack ${A} |