diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:43:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:43:36 +0000 |
commit | 2caabffe71e6c390b7aab769f4426cf7f68fa393 (patch) | |
tree | 91060741bcc1002b89694fc1cd7abcea5f7a0171 /net-misc/rdate | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-2caabffe71e6c390b7aab769f4426cf7f68fa393.tar.gz gentoo-2-2caabffe71e6c390b7aab769f4426cf7f68fa393.tar.bz2 gentoo-2-2caabffe71e6c390b7aab769f4426cf7f68fa393.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/rdate')
-rw-r--r-- | net-misc/rdate/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/rdate/rdate-1.4-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/rdate/ChangeLog b/net-misc/rdate/ChangeLog index a188df26f99f..0faedcb2f3b8 100644 --- a/net-misc/rdate/ChangeLog +++ b/net-misc/rdate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/rdate -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/ChangeLog,v 1.47 2008/09/20 18:41:24 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/ChangeLog,v 1.48 2009/09/23 19:43:36 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> rdate-1.4-r3.ebuild: + Remove virtual/libc 20 Sep 2008; Raúl Porcel <armin76@gentoo.org> rdate-1.4-r3.ebuild: Add ~arm wrt #237491 diff --git a/net-misc/rdate/rdate-1.4-r3.ebuild b/net-misc/rdate/rdate-1.4-r3.ebuild index cdb6b7ccfd31..a4f5ef9ace69 100644 --- a/net-misc/rdate/rdate-1.4-r3.ebuild +++ b/net-misc/rdate/rdate-1.4-r3.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-misc/rdate/rdate-1.4-r3.ebuild,v 1.12 2008/12/07 11:05:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-1.4-r3.ebuild,v 1.13 2009/09/23 19:43:36 patrick Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="ipv6" -DEPEND="virtual/libc" +DEPEND="" src_compile() { use ipv6 && append-flags "-DINET6" |