diff options
author | 2009-09-23 18:51:16 +0000 | |
---|---|---|
committer | 2009-09-23 18:51:16 +0000 | |
commit | 6d77797fa132539059f04e04786b10094f758400 (patch) | |
tree | f36da479ad462ad509edff0db365024963fa3730 /net-libs/libident | |
parent | Fix build without flac, bug #285567. Thanks to Richard Ash for the patch. (diff) | |
download | historical-6d77797fa132539059f04e04786b10094f758400.tar.gz historical-6d77797fa132539059f04e04786b10094f758400.tar.bz2 historical-6d77797fa132539059f04e04786b10094f758400.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-libs/libident')
-rw-r--r-- | net-libs/libident/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libident/libident-0.22.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libident/ChangeLog b/net-libs/libident/ChangeLog index bca88d841128..03339f8d912b 100644 --- a/net-libs/libident/ChangeLog +++ b/net-libs/libident/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libident -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.19 2008/04/21 17:52:43 phreak Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.20 2009/09/23 18:49:16 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> libident-0.22.ebuild: + Remove virtual/libc 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Fix up metadata.xml. If there's no maintainer for the package, the metadata diff --git a/net-libs/libident/libident-0.22.ebuild b/net-libs/libident/libident-0.22.ebuild index 029c06ac72f2..3a25c63daf1c 100644 --- a/net-libs/libident/libident-0.22.ebuild +++ b/net-libs/libident/libident-0.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.22.ebuild,v 1.13 2005/08/07 13:40:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.22.ebuild,v 1.14 2009/09/23 18:49:16 patrick Exp $ DESCRIPTION="A small library to interface to the Ident protocol server" HOMEPAGE="ftp://ftp.lysator.liu.se/pub/ident/libs" @@ -9,7 +9,7 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc s390 ~sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { emake CFLAGS="${CFLAGS} -fPIC -DHAVE_ANSIHEADERS" all || die |