diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:56:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:56:49 +0000 |
commit | 6c279500b99a5a5120a2f52c0bff01996acde79b (patch) | |
tree | 50fd7a99f680b46451d7e048ca15e2fb377fc172 /net-misc/vtun | |
parent | (no commit message) (diff) | |
download | historical-6c279500b99a5a5120a2f52c0bff01996acde79b.tar.gz historical-6c279500b99a5a5120a2f52c0bff01996acde79b.tar.bz2 historical-6c279500b99a5a5120a2f52c0bff01996acde79b.zip |
Add inherit eutils
Diffstat (limited to 'net-misc/vtun')
-rw-r--r-- | net-misc/vtun/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/vtun/vtun-2.6.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/vtun/ChangeLog b/net-misc/vtun/ChangeLog index 262692235f9d..43382ac8838f 100644 --- a/net-misc/vtun/ChangeLog +++ b/net-misc/vtun/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for net-misc/vtun -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> vtun-2.6.ebuild: + Add inherit eutils + 22 Jan 2004; Chuck Short <zul@gentoo.org> vtun-2.5-r1.ebuild, vtun-2.5-r2.ebuild, vtun-2.5.ebuild, vtun-2.6.ebuild, files/vtun.rc: Header fixes. diff --git a/net-misc/vtun/vtun-2.6.ebuild b/net-misc/vtun/vtun-2.6.ebuild index 729126d428aa..dee4a3beaa85 100644 --- a/net-misc/vtun/vtun-2.6.ebuild +++ b/net-misc/vtun/vtun-2.6.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-misc/vtun/vtun-2.6.ebuild,v 1.2 2004/01/22 23:39:00 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6.ebuild,v 1.3 2004/04/27 21:53:53 agriffis Exp $ + +inherit eutils IUSE="ssl" |