diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:15:49 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:15:49 +0000 |
commit | 7c65257f7d9808cb73dcc8768ea326f8e99a4dd8 (patch) | |
tree | 26c7ba3d3aafb51b39dba5b9d3302f1c6f9ff2e8 /net-mail/qprint | |
parent | Fix detection and test on FreeBSD and keyword it. (diff) | |
download | historical-7c65257f7d9808cb73dcc8768ea326f8e99a4dd8.tar.gz historical-7c65257f7d9808cb73dcc8768ea326f8e99a4dd8.tar.bz2 historical-7c65257f7d9808cb73dcc8768ea326f8e99a4dd8.zip |
Remove virtual/libc
Package-Manager: portage-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" |