diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:18:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:18:22 +0000 |
commit | 6b07bb107f451a853620f50bdfc2692572325ddb (patch) | |
tree | 9751a867f43e5f40ec5260f0c4d0cd63b41b5149 /sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild | |
parent | Migrate to git-2, simplify a little. (diff) | |
download | historical-6b07bb107f451a853620f50bdfc2692572325ddb.tar.gz historical-6b07bb107f451a853620f50bdfc2692572325ddb.tar.bz2 historical-6b07bb107f451a853620f50bdfc2692572325ddb.zip |
Migrate to git-2.
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild')
-rw-r--r-- | sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild b/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild index 832d58107ca5..b144eec94ab9 100644 --- a/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild +++ b/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild,v 1.3 2011/09/11 19:08:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild,v 1.4 2011/09/21 08:16:06 mgorny Exp $ EAPI="2" EGIT_REPO_URI="git://www.aleph1.co.uk/yaffs2" -EGIT_UNPACK_DIR=${WORKDIR} +EGIT_SOURCEDIR=${WORKDIR} -inherit eutils git toolchain-funcs +inherit eutils git-2 toolchain-funcs DESCRIPTION="tools for generating YAFFS images" HOMEPAGE="http://www.aleph1.co.uk/yaffs/" |