diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:52:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:52:53 +0000 |
commit | 6fad6b1062fc65c4e195b1fdc039d65b27f6faf0 (patch) | |
tree | c783f1642049ec1797643c6b8757a31e5922d4f3 /net-mail/mpack | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-6fad6b1062fc65c4e195b1fdc039d65b27f6faf0.tar.gz gentoo-2-6fad6b1062fc65c4e195b1fdc039d65b27f6faf0.tar.bz2 gentoo-2-6fad6b1062fc65c4e195b1fdc039d65b27f6faf0.zip |
sync IUSE (missing)
Diffstat (limited to 'net-mail/mpack')
-rw-r--r-- | net-mail/mpack/mpack-1.5-r1.ebuild | 3 | ||||
-rw-r--r-- | net-mail/mpack/mpack-1.5.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mail/mpack/mpack-1.5-r1.ebuild b/net-mail/mpack/mpack-1.5-r1.ebuild index 5717fcd13021..513f51685149 100644 --- a/net-mail/mpack/mpack-1.5-r1.ebuild +++ b/net-mail/mpack/mpack-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.5-r1.ebuild,v 1.8 2004/07/01 22:33:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.5-r1.ebuild,v 1.9 2004/07/15 01:51:52 agriffis Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Command-line MIME encoding and decoding utilities" @@ -10,6 +10,7 @@ SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}-src.tar.Z" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/libc" diff --git a/net-mail/mpack/mpack-1.5.ebuild b/net-mail/mpack/mpack-1.5.ebuild index 20f560852835..707a8383d37f 100644 --- a/net-mail/mpack/mpack-1.5.ebuild +++ b/net-mail/mpack/mpack-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.5.ebuild,v 1.9 2004/07/01 22:33:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.5.ebuild,v 1.10 2004/07/15 01:51:52 agriffis Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Command-line MIME encoding and decoding utilities" @@ -10,6 +10,7 @@ SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}-src.tar.Z" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/libc" |