diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:19:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:19:33 +0000 |
commit | 3cc417313556b01dce71380280e9208d2213de21 (patch) | |
tree | b9851f229911bba6f7a435ddf586124329615fbd /app-doc/psmark | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-3cc417313556b01dce71380280e9208d2213de21.tar.gz gentoo-2-3cc417313556b01dce71380280e9208d2213de21.tar.bz2 gentoo-2-3cc417313556b01dce71380280e9208d2213de21.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-doc/psmark')
-rw-r--r-- | app-doc/psmark/ChangeLog | 7 | ||||
-rw-r--r-- | app-doc/psmark/psmark-2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-doc/psmark/ChangeLog b/app-doc/psmark/ChangeLog index 1356dbeefcd2..c3f71a3b162a 100644 --- a/app-doc/psmark/ChangeLog +++ b/app-doc/psmark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/psmark -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/ChangeLog,v 1.1 2006/07/18 04:40:02 nerdboy Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/ChangeLog,v 1.2 2009/09/23 15:19:33 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> psmark-2.1.ebuild: + Remove virtual/libc *psmark-2.1 (18 Jul 2006) diff --git a/app-doc/psmark/psmark-2.1.ebuild b/app-doc/psmark/psmark-2.1.ebuild index df361b414aef..efce294482ef 100644 --- a/app-doc/psmark/psmark-2.1.ebuild +++ b/app-doc/psmark/psmark-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild,v 1.1 2006/07/18 04:40:02 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild,v 1.2 2009/09/23 15:19:33 patrick Exp $ inherit eutils toolchain-funcs @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND}" src_compile() { |