diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:17:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:17:41 +0000 |
commit | f07f4f2d03f10a06ec00a8c3be54e56d275a421a (patch) | |
tree | a1b35e72c430221c13ad5b0e5c0eb3df257b7217 /net-irc/iip/iip-1.2.ebuild | |
parent | (no commit message) (diff) | |
download | historical-f07f4f2d03f10a06ec00a8c3be54e56d275a421a.tar.gz historical-f07f4f2d03f10a06ec00a8c3be54e56d275a421a.tar.bz2 historical-f07f4f2d03f10a06ec00a8c3be54e56d275a421a.zip |
Add inherit eutils
Diffstat (limited to 'net-irc/iip/iip-1.2.ebuild')
-rw-r--r-- | net-irc/iip/iip-1.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-irc/iip/iip-1.2.ebuild b/net-irc/iip/iip-1.2.ebuild index 5770a1d9d055..6d7851487763 100644 --- a/net-irc/iip/iip-1.2.ebuild +++ b/net-irc/iip/iip-1.2.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/net-irc/iip/iip-1.2.ebuild,v 1.3 2004/01/24 16:19:17 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.2.ebuild,v 1.4 2004/04/27 22:10:50 agriffis Exp $ + +inherit eutils MY_P="iip-1.2-dev1" |