diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:46:25 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:46:25 +0000 |
commit | 3cf627b0f63ebd630021906ce530509a766c2129 (patch) | |
tree | 9c63212e96db950790d89eb88891ce7a037e0816 /dev-util/lockrun | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-3cf627b0f63ebd630021906ce530509a766c2129.tar.gz gentoo-2-3cf627b0f63ebd630021906ce530509a766c2129.tar.bz2 gentoo-2-3cf627b0f63ebd630021906ce530509a766c2129.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/lockrun')
-rw-r--r-- | dev-util/lockrun/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/lockrun/lockrun-2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/lockrun/ChangeLog b/dev-util/lockrun/ChangeLog index aa91ca9c6357..06615697c04c 100644 --- a/dev-util/lockrun/ChangeLog +++ b/dev-util/lockrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/lockrun # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lockrun/ChangeLog,v 1.5 2009/04/11 09:41:12 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lockrun/ChangeLog,v 1.6 2009/09/23 17:46:25 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> lockrun-2.ebuild: + Remove virtual/libc 11 Apr 2009; Benedikt Böhm <hollow@gentoo.org> lockrun-2.ebuild: stable on x86 wrt #265452 diff --git a/dev-util/lockrun/lockrun-2.ebuild b/dev-util/lockrun/lockrun-2.ebuild index 18a936c28b2a..5658d73d0b97 100644 --- a/dev-util/lockrun/lockrun-2.ebuild +++ b/dev-util/lockrun/lockrun-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lockrun/lockrun-2.ebuild,v 1.5 2009/04/11 09:41:12 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lockrun/lockrun-2.ebuild,v 1.6 2009/09/23 17:46:25 patrick Exp $ inherit toolchain-funcs @@ -14,7 +14,7 @@ IUSE="" RESTRICT="test" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND}" S="${WORKDIR}" |