diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:03:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:03:11 +0000 |
commit | 8c5ce6381af9e1be6aacfdf4d5ac670d04dd8a58 (patch) | |
tree | cf3f530bfb3671a0b662b7ca49724f23af38c4ea /dev-util/rootstrap | |
parent | PPC stable profile update (diff) | |
download | historical-8c5ce6381af9e1be6aacfdf4d5ac670d04dd8a58.tar.gz historical-8c5ce6381af9e1be6aacfdf4d5ac670d04dd8a58.tar.bz2 historical-8c5ce6381af9e1be6aacfdf4d5ac670d04dd8a58.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" |