diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:12:19 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:12:19 +0000 |
commit | 595d5616c73a6a6e1b273ecdcea1880ae15fc84b (patch) | |
tree | dd35c9accf28c487aecce029204c539f3cd67052 /net-mail/ripole | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-595d5616c73a6a6e1b273ecdcea1880ae15fc84b.tar.gz gentoo-2-595d5616c73a6a6e1b273ecdcea1880ae15fc84b.tar.bz2 gentoo-2-595d5616c73a6a6e1b273ecdcea1880ae15fc84b.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/ripole')
-rw-r--r-- | net-mail/ripole/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/ripole/ripole-0.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/ripole/ChangeLog b/net-mail/ripole/ChangeLog index 45b949cf1536..2eb7100621f0 100644 --- a/net-mail/ripole/ChangeLog +++ b/net-mail/ripole/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/ripole -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ripole/ChangeLog,v 1.5 2007/04/01 21:16:45 ticho Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/ripole/ChangeLog,v 1.6 2009/09/23 19:12:19 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ripole-0.2.0.ebuild: + Remove virtual/libc 01 Apr 2007; Andrej Kacian <ticho@gentoo.org> -ripole-0.1.4.ebuild, ripole-0.2.0.ebuild: diff --git a/net-mail/ripole/ripole-0.2.0.ebuild b/net-mail/ripole/ripole-0.2.0.ebuild index ca466073dad7..9b2fc49f9456 100644 --- a/net-mail/ripole/ripole-0.2.0.ebuild +++ b/net-mail/ripole/ripole-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/ripole/ripole-0.2.0.ebuild,v 1.2 2007/04/01 21:16:45 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ripole/ripole-0.2.0.ebuild,v 1.3 2009/09/23 19:12:19 patrick Exp $ DESCRIPTION="Program/library to pull out attachment from OLE2 data files" HOMEPAGE="http://www.pldaniels.com/ripole/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { make CFLAGS="${CFLAGS}" || die |