diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:48:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:48:09 +0000 |
commit | d8a6d84685bb0cc35c249bcfe36dfa77c8f71390 (patch) | |
tree | 3ed5d7682e90af98aae459717855cf4d7ed8d6ed /net-dialup/xc | |
parent | fix gtk2.4 build (Manifest recommit) (diff) | |
download | gentoo-2-d8a6d84685bb0cc35c249bcfe36dfa77c8f71390.tar.gz gentoo-2-d8a6d84685bb0cc35c249bcfe36dfa77c8f71390.tar.bz2 gentoo-2-d8a6d84685bb0cc35c249bcfe36dfa77c8f71390.zip |
Add inherit eutils
Diffstat (limited to 'net-dialup/xc')
-rw-r--r-- | net-dialup/xc/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-dialup/xc/ChangeLog b/net-dialup/xc/ChangeLog index 6664b2de6578..56208e0f9611 100644 --- a/net-dialup/xc/ChangeLog +++ b/net-dialup/xc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.8 2004/04/13 23:05:58 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.9 2004/04/27 21:44:56 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> xc-4.3.2-r1.ebuild: + Add inherit eutils 13 Apr 2004; Joshua Kinard <kumba@gentoo.org> xc-4.3.2-r1.ebuild: Marked stable on x86, sparc, mips. diff --git a/net-dialup/xc/xc-4.3.2-r1.ebuild b/net-dialup/xc/xc-4.3.2-r1.ebuild index 82ea731d3783..e6d1f0ef0bf0 100644 --- a/net-dialup/xc/xc-4.3.2-r1.ebuild +++ b/net-dialup/xc/xc-4.3.2-r1.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-dialup/xc/xc-4.3.2-r1.ebuild,v 1.3 2004/04/13 23:05:58 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.4 2004/04/27 21:44:56 agriffis Exp $ + +inherit eutils DESCRIPTION="unix dialout program" HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" |