diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:13:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:13:32 +0000 |
commit | 7d15a5dbf8bce0e9c5c952226c5ded5d2468a817 (patch) | |
tree | 0463afb5673be7ed54391760d2e942e71be985bc /sys-kernel/sparc-sources | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-7d15a5dbf8bce0e9c5c952226c5ded5d2468a817.tar.gz gentoo-2-7d15a5dbf8bce0e9c5c952226c5ded5d2468a817.tar.bz2 gentoo-2-7d15a5dbf8bce0e9c5c952226c5ded5d2468a817.zip |
Add inherit eutils
Diffstat (limited to 'sys-kernel/sparc-sources')
-rw-r--r-- | sys-kernel/sparc-sources/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.4.25-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.4.26.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-kernel/sparc-sources/ChangeLog b/sys-kernel/sparc-sources/ChangeLog index aa66b5c8af03..77d31076d82e 100644 --- a/sys-kernel/sparc-sources/ChangeLog +++ b/sys-kernel/sparc-sources/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/sparc-sources # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.55 2004/04/20 22:19:01 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.56 2004/04/27 22:08:41 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> + sparc-sources-2.4.25-r1.ebuild, sparc-sources-2.4.26.ebuild: + Add inherit eutils 21 Apr 2004; Christian Birchinger <joker@gentoo.org> sparc-sources-2.4.26.ebuild: diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.25-r1.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.25-r1.ebuild index 12c44c26de86..4ee36e6bb144 100644 --- a/sys-kernel/sparc-sources/sparc-sources-2.4.25-r1.ebuild +++ b/sys-kernel/sparc-sources/sparc-sources-2.4.25-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.25-r1.ebuild,v 1.1 2004/04/15 12:36:43 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.25-r1.ebuild,v 1.2 2004/04/27 22:08:41 agriffis Exp $ IUSE="ultra1" @@ -14,7 +14,7 @@ IUSE="ultra1" # similar situation. ETYPE="sources" -inherit kernel +inherit kernel eutils # OKV=original kernel version, KV=patched kernel version. They can be the same. [ "$OKV" == "" ] && OKV="${PV}" diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.26.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.26.ebuild index fbef35486d51..b929d0e07e83 100644 --- a/sys-kernel/sparc-sources/sparc-sources-2.4.26.ebuild +++ b/sys-kernel/sparc-sources/sparc-sources-2.4.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.26.ebuild,v 1.2 2004/04/20 22:19:01 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.26.ebuild,v 1.3 2004/04/27 22:08:41 agriffis Exp $ IUSE="ultra1" @@ -14,7 +14,7 @@ IUSE="ultra1" # similar situation. ETYPE="sources" -inherit kernel +inherit kernel eutils # OKV=original kernel version, KV=patched kernel version. They can be the same. [ "$OKV" == "" ] && OKV="${PV}" |