diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:26:00 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:26:00 +0000 |
commit | 20461e6d30c22d5ecc98c84c091d99fb07728edf (patch) | |
tree | 80bd99b0eda64eab43b76b31f9f9e04777e5cab4 /sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-20461e6d30c22d5ecc98c84c091d99fb07728edf.tar.gz gentoo-2-20461e6d30c22d5ecc98c84c091d99fb07728edf.tar.bz2 gentoo-2-20461e6d30c22d5ecc98c84c091d99fb07728edf.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild')
-rw-r--r-- | sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild b/sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild index 1470756ce4b4..e16b111bf674 100644 --- a/sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild +++ b/sys-apps/readahead-list/readahead-list-1.20060421.1016.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/sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild,v 1.6 2008/09/26 14:56:40 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild,v 1.7 2009/09/23 20:26:00 patrick Exp $ inherit base @@ -14,7 +14,7 @@ IUSE="doc" # I'm not entirely certain about this # need to check if other libc variants provide readahead(2) -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} virtual/os-headers" |