diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:11:12 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:11:12 +0000 |
commit | 86d89df576994c2e92c7e6c7a678654fe7a5facc (patch) | |
tree | c9672eb182d8d524008a8fc6f604832f1bc91bec /net-mail/qprint | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-86d89df576994c2e92c7e6c7a678654fe7a5facc.tar.gz gentoo-2-86d89df576994c2e92c7e6c7a678654fe7a5facc.tar.bz2 gentoo-2-86d89df576994c2e92c7e6c7a678654fe7a5facc.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/qprint')
-rw-r--r-- | net-mail/qprint/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/qprint/qprint-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/qprint/ChangeLog b/net-mail/qprint/ChangeLog index 6b111b13177f..336671a384c0 100644 --- a/net-mail/qprint/ChangeLog +++ b/net-mail/qprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/qprint -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/ChangeLog,v 1.4 2008/12/19 23:25:57 loki_val Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/ChangeLog,v 1.5 2009/09/23 19:11:12 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> qprint-1.0.ebuild: + Remove virtual/libc 19 Dec 2008; Peter Alfredsen <loki_val@gentoo.org> qprint-1.0.ebuild: keyword ~amd64 diff --git a/net-mail/qprint/qprint-1.0.ebuild b/net-mail/qprint/qprint-1.0.ebuild index 026a121a13fe..5ac0c40f13c6 100644 --- a/net-mail/qprint/qprint-1.0.ebuild +++ b/net-mail/qprint/qprint-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/qprint/qprint-1.0.ebuild,v 1.3 2008/12/19 23:25:57 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/qprint-1.0.ebuild,v 1.4 2009/09/23 19:11:12 patrick Exp $ DESCRIPTION="MIME quoted-printable data encoding and decoding utility" HOMEPAGE="http://www.fourmilab.ch/webtools/qprint/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { econf || die "econf failed" |