diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-11 00:35:30 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-11 00:35:30 +0000 |
commit | bc318617d1c10df0afeb7f790ee78564b26b49ae (patch) | |
tree | 4c97d6b52c8cbfb59441ba37a3f4dd1e153dc356 /sys-libs/libsystem | |
parent | The worlds most sophisticated ebuild (diff) | |
download | gentoo-2-bc318617d1c10df0afeb7f790ee78564b26b49ae.tar.gz gentoo-2-bc318617d1c10df0afeb7f790ee78564b26b49ae.tar.bz2 gentoo-2-bc318617d1c10df0afeb7f790ee78564b26b49ae.zip |
Provides virtual/libc
Diffstat (limited to 'sys-libs/libsystem')
-rw-r--r-- | sys-libs/libsystem/libsystem-7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libsystem/libsystem-7.1.ebuild b/sys-libs/libsystem/libsystem-7.1.ebuild index eb506d9f1ede..14b4175bb7c5 100644 --- a/sys-libs/libsystem/libsystem-7.1.ebuild +++ b/sys-libs/libsystem/libsystem-7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation, Pieter Van den Abeele <pvdabeel@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsystem/libsystem-7.1.ebuild,v 1.1 2004/07/11 00:34:43 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsystem/libsystem-7.1.ebuild,v 1.2 2004/07/11 00:35:30 pvdabeel Exp $ DESCRIPTION="Darwin Libsystem, a collection of core libs similar to glibc on linux" @@ -10,7 +10,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="-* macos" IUSE="" - +PROVIDE="virtual/libc" # I haven't listed any deps here, we're currently not building Darwin from scratch yet. # For now, this is a dummy package provided upstream. The version provided by the |