Gentoo Archives: gentoo-user

From: Rumen Yotov <rumen@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] BS dependencies?
Date: Sun, 26 Feb 2006 10:53:04
Message-Id: 200602261247.49472.rumen@qrypto.org
In Reply to: [gentoo-user] BS dependencies? by gentuxx
1 On Sunday 26 February 2006 12:21, gentuxx wrote:
2 > Why in the world to I need Apache, php(4), and a whole host of other
3 > packages (22 to be exact) just to install NTP? Now, I'm assuming that
4 > the net-misc/ntp package is actually the daemon, and not just the client.
5 >
6 > Can anyone suggest a client *only* package? I've got a system that
7 > doesn't hold it's time after a reboot - all I really need is the
8 > ability to update the system time.
9 >
10 > --
11 > gentux
12 > echo "hfouvyAdpy/ofu" | perl -pe 's/(.)/chr(ord($1)-1)/ge'
13 >
14 > gentux's gpg fingerprint ==> 34CE 2E97 40C7 EF6E EC40 9795 2D81 924A
15 > 6996 0993
16 Hi,
17 Think that some other package fetches all these deps.
18 Check:
19 # dep -l net-misc/ntp
20 net-misc/ntp-4.2.0.20050303-r1:
21 !openntpd? !net-misc/openntpd
22 >=sys-apps/portage-2.0.51 sys-apps/portage-2.1_pre5
23 >=sys-libs/ncurses-5.2 sys-libs/ncurses-5.5-r1
24 >=sys-libs/readline-4.1 sys-libs/readline-5.1_p2
25 ssl? dev-libs/openssl dev-libs/openssl-0.9.7i
26 !bootstrap? sys-devel/patch sys-devel/patch-2.5.9-r1
27 kernel_linux? !nodroproot? sys-libs/libcap sys-libs/libcap-1.10-r5
28 ...END...
29 As you see nothing from Apache,PHP comes here. No such flags too.
30 HTH.Rumen