diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:02:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:02:16 +0000 |
commit | d4d443510fc8f27848a4f0f7832b0da89642da36 (patch) | |
tree | 2c766ee6fd9579b0107d87f7cfe9454a90830dec /dev-util/rootstrap | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-d4d443510fc8f27848a4f0f7832b0da89642da36.tar.gz gentoo-2-d4d443510fc8f27848a4f0f7832b0da89642da36.tar.bz2 gentoo-2-d4d443510fc8f27848a4f0f7832b0da89642da36.zip |
Add inherit eutils
Diffstat (limited to 'dev-util/rootstrap')
-rw-r--r-- | dev-util/rootstrap/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/rootstrap/rootstrap-0.3.19.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-util/rootstrap/ChangeLog b/dev-util/rootstrap/ChangeLog index 915c03056be8..c35a883cf3b9 100644 --- a/dev-util/rootstrap/ChangeLog +++ b/dev-util/rootstrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/rootstrap # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/ChangeLog,v 1.4 2004/04/09 13:09:52 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/ChangeLog,v 1.5 2004/04/27 20:58:17 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> rootstrap-0.3.19.ebuild: + Add inherit eutils *rootstrap-0.3.19 (09 Apr 2004) diff --git a/dev-util/rootstrap/rootstrap-0.3.19.ebuild b/dev-util/rootstrap/rootstrap-0.3.19.ebuild index 25e6f27e4635..aabe9c983eb4 100644 --- a/dev-util/rootstrap/rootstrap-0.3.19.ebuild +++ b/dev-util/rootstrap/rootstrap-0.3.19.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/rootstrap-0.3.19.ebuild,v 1.1 2004/04/09 13:09:52 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/rootstrap-0.3.19.ebuild,v 1.2 2004/04/27 20:58:17 agriffis Exp $ + +inherit eutils DESCRIPTION="A tool for building complete Linux filesystem images" HOMEPAGE="http://packages.qa.debian.org/rootstrap" |