diff options
author | Tom Martin <slarti@gentoo.org> | 2005-01-08 13:14:18 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-01-08 13:14:18 +0000 |
commit | f4a8e6472440cea0e14476381c40b846d916f9ae (patch) | |
tree | e158af39ec9dcd89065d13d1f64f3dfca0005643 /net-mail | |
parent | Removed the cp -r in src_unpack too. (Manifest recommit) (diff) | |
download | gentoo-2-f4a8e6472440cea0e14476381c40b846d916f9ae.tar.gz gentoo-2-f4a8e6472440cea0e14476381c40b846d916f9ae.tar.bz2 gentoo-2-f4a8e6472440cea0e14476381c40b846d916f9ae.zip |
Added missing inherit flag-o-matic
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/uw-imap/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/uw-imap/uw-imap-2002e-r4.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-mail/uw-imap/ChangeLog b/net-mail/uw-imap/ChangeLog index 8e453d484394..f32bd82bb78e 100644 --- a/net-mail/uw-imap/ChangeLog +++ b/net-mail/uw-imap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/uw-imap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.47 2005/01/03 22:42:07 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.48 2005/01/08 13:14:18 slarti Exp $ + + 08 Jan 2005; Tom Martin <slarti@gentoo.org> uw-imap-2002e-r4.ebuild: + Added missing inherit flag-o-matic to 2002e-r4. *uw-imap-2002e-r3 (03 Jan 2005) diff --git a/net-mail/uw-imap/uw-imap-2002e-r4.ebuild b/net-mail/uw-imap/uw-imap-2002e-r4.ebuild index d7a85518ce53..df3d5e68dcdf 100644 --- a/net-mail/uw-imap/uw-imap-2002e-r4.ebuild +++ b/net-mail/uw-imap/uw-imap-2002e-r4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2002e-r4.ebuild,v 1.9 2005/01/03 16:06:58 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2002e-r4.ebuild,v 1.10 2005/01/08 13:14:18 slarti Exp $ + +inherit flag-o-matic MY_P=imap-${PV} S=${WORKDIR}/${MY_P} |