diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-12 23:22:02 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-12 23:22:02 +0000 |
commit | c6cd11aef5075ebcd892ac44747035c1785b3415 (patch) | |
tree | 7caf54f868eb808e9e65759d8ef341879f37761a /sys-libs | |
parent | A copy of the panther profile. The packages.build will be updated once apple ... (diff) | |
download | gentoo-2-c6cd11aef5075ebcd892ac44747035c1785b3415.tar.gz gentoo-2-c6cd11aef5075ebcd892ac44747035c1785b3415.tar.bz2 gentoo-2-c6cd11aef5075ebcd892ac44747035c1785b3415.zip |
A comment on why I'm keeping this and not using an injected file. Note: the
file will be filled in for darwin in any case.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libsystem/libsystem-7.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-libs/libsystem/libsystem-7.1.ebuild b/sys-libs/libsystem/libsystem-7.1.ebuild index a16f5eadf404..0febc5b3b33b 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.6 2004/07/12 08:49:20 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsystem/libsystem-7.1.ebuild,v 1.7 2004/07/12 23:22:02 pvdabeel Exp $ DESCRIPTION="Darwin Libsystem, a collection of core libs similar to glibc on linux" @@ -14,7 +14,9 @@ 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 -# distributor is pinpointed in the users profile +# distributor is pinpointed in the users profile. I am not going to be injecting this +# because its the root of the dependency tree. I'm not comfortable with portage +# having an injected, non-existant package as the root of its tree. DEPEND="" RDEPEND="" |