Gentoo Archives: gentoo-dev

From: Marco Mascherpa <m.mascherpa@g.o>
To: gentoo-dev@g.o
Subject: [gentoo-dev] kernel.eclass dependancy
Date: Sat, 05 Jul 2003 22:51:09
Message-Id: 200307060051.07499.m.mascherpa@gentoo.org
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Sorry to bother the the whole mailing list with this one, but i think it's
5 quite urgent and it seems the right way to notice the people concerned.
6
7 At the momento in kernel.eclass i read:
8
9 DEPEND="!build? ( sys-apps/sed
10 >=sys-devel/binutils-2.11.90.0.31 )
11 doc? ( app-text/docbook-sgml-utils
12 media-gfx/transfig )
13 app-admin/addpatches"
14
15 The point is transfig depends on xfree; so in my gui-free server with a
16 USE="-X" in make.conf, during and update it came out that i would have to
17 install xfree..
18
19 Shouldn't kernel.eclass be modified this way?
20
21 DEPEND="!build? ( sys-apps/sed
22 >=sys-devel/binutils-2.11.90.0.31 )
23 doc? app-text/docbook-sgml-utils
24 X? media-gfx/transfig
25 app-admin/addpatches"
26
27 Best regards
28
29 - --
30 Marco Mascherpa
31 GPG public key: http://mush.monrif.net/mush.asc
32 -----BEGIN PGP SIGNATURE-----
33 Version: GnuPG v1.2.2 (GNU/Linux)
34
35 iD8DBQE/B1ZbWDzw77m88hsRAkIOAKCmbpU+ISF2wJLIoZjzqqXVrtKx6gCgz79p
36 EAi9+tIHGBdI3YPNwNSYEjk=
37 =OqLM
38 -----END PGP SIGNATURE-----
39
40
41 --
42 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] kernel.eclass dependancy Georgi Georgiev <chutz@×××.net>