diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:07:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:07:26 +0000 |
commit | c9755f9aa3f7755646b988df8fa6d698e95f3c37 (patch) | |
tree | f4230840eb4e42613211f09522bf5ed467139277 /net-mail/safecat | |
parent | PPC profile stable update (Manifest recommit) (diff) | |
download | gentoo-2-c9755f9aa3f7755646b988df8fa6d698e95f3c37.tar.gz gentoo-2-c9755f9aa3f7755646b988df8fa6d698e95f3c37.tar.bz2 gentoo-2-c9755f9aa3f7755646b988df8fa6d698e95f3c37.zip |
Add inherit eutils
Diffstat (limited to 'net-mail/safecat')
-rw-r--r-- | net-mail/safecat/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/safecat/safecat-1.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/safecat/ChangeLog b/net-mail/safecat/ChangeLog index 60902638c81e..9b68da1059fb 100644 --- a/net-mail/safecat/ChangeLog +++ b/net-mail/safecat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/safecat -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.2 2003/09/21 19:35:11 robbat2 Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.3 2004/04/27 21:05:42 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> safecat-1.11.ebuild: + Add inherit eutils 21 Sep 2003; Robin H. Johnson <robbat2@gentoo.org> safecat-1.11.ebuild: fix bug #28978 and head -1 mess diff --git a/net-mail/safecat/safecat-1.11.ebuild b/net-mail/safecat/safecat-1.11.ebuild index 2961f2a1a372..9396b45a86b0 100644 --- a/net-mail/safecat/safecat-1.11.ebuild +++ b/net-mail/safecat/safecat-1.11.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.11.ebuild,v 1.4 2004/02/22 16:28:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.11.ebuild,v 1.5 2004/04/27 21:05:42 agriffis Exp $ IUSE="" -inherit fixheadtails +inherit fixheadtails eutils S=${WORKDIR}/${P} |