diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:08:49 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:08:49 +0000 |
commit | 6c79c819a5fe76179c672d935ed795fe6c38f9bc (patch) | |
tree | 388562e3de21ba171136b9ebc8e08d6c8b4bdbf0 /net-mail/mpack | |
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')
-rw-r--r-- | net-mail/mpack/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/mpack/mpack-1.5-r1.ebuild | 6 | ||||
-rw-r--r-- | net-mail/mpack/mpack-1.5.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-mail/mpack/ChangeLog b/net-mail/mpack/ChangeLog index e0c701f7d6c6..4c4745f04c8b 100644 --- a/net-mail/mpack/ChangeLog +++ b/net-mail/mpack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/mpack -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/ChangeLog,v 1.12 2008/12/08 01:55:09 darkside Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/ChangeLog,v 1.13 2009/09/23 19:08:49 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> mpack-1.5.ebuild, + mpack-1.5-r1.ebuild: + Remove virtual/libc 08 Dec 2008; Jeremy Olexa <darkside@gentoo.org> mpack-1.6.ebuild: Revert ~amd64 kw due to bug #171075 diff --git a/net-mail/mpack/mpack-1.5-r1.ebuild b/net-mail/mpack/mpack-1.5-r1.ebuild index 63c0a247bf81..43f30b1158b6 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-2006 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-r1.ebuild,v 1.12 2006/09/08 22:38:00 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.5-r1.ebuild,v 1.13 2009/09/23 19:08:49 patrick Exp $ inherit eutils @@ -14,7 +14,7 @@ LICENSE="as-is" KEYWORDS="amd64 sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${P}-src.tar.Z 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 |