diff options
author | 2009-09-23 19:08:49 +0000 | |
---|---|---|
committer | 2009-09-23 19:08:49 +0000 | |
commit | 6c79c819a5fe76179c672d935ed795fe6c38f9bc (patch) | |
tree | 388562e3de21ba171136b9ebc8e08d6c8b4bdbf0 /net-mail/mpack/mpack-1.5.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-6c79c819a5fe76179c672d935ed795fe6c38f9bc.tar.gz gentoo-2-6c79c819a5fe76179c672d935ed795fe6c38f9bc.tar.bz2 gentoo-2-6c79c819a5fe76179c672d935ed795fe6c38f9bc.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/mpack/mpack-1.5.ebuild')
-rw-r--r-- | net-mail/mpack/mpack-1.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/mpack/mpack-1.5.ebuild b/net-mail/mpack/mpack-1.5.ebuild index 5fcd83b5f09f..05239725e3a9 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 +# Copyright 1999-2009 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.11 2007/07/14 22:22:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.5.ebuild,v 1.12 2009/09/23 19:08:49 patrick Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Command-line MIME encoding and decoding utilities" @@ -12,7 +12,7 @@ LICENSE="as-is" KEYWORDS="x86 sparc" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { emake CFLAGS="${CFLAGS}" || die |