Gentoo Archives: gentoo-dev

From: Joachim Blaabjerg <styx@×××××.org>
To: gentoo-dev@g.o
Subject: [gentoo-dev] (Probably) stupid ebuild question
Date: Sat, 20 Apr 2002 08:54:08
Message-Id: 200204201554.38841.styx@SuxOS.org
1 Hi,
2
3 Here are some lines from a really simple ebuild I'm currently working on:
4
5 <ebuild>
6 S=${WORKDIR}/${P}
7 DESCRIPTION="Libraries and tools implementing the tcb password shadowing
8 scheme."
9 SRC_URI="http://www.SuxOS.org/~styx/div/${P}.tar.bz2"
10 HOMEPAGE="http://www.openwall.com"
11 DEPEND=">=sys-libs/pam-0.75-r4"
12
13 src_compile() {
14 emake || die
15 }
16
17 src_install () {
18 make FAKEROOT=${D} install || die
19 }
20 </ebuild>
21
22 However, the DEPEND doesn't seem to work:
23
24 <pling>
25 elysium root # emerge -ep tcb
26
27 These are the packages that I would merge, in order.
28
29 Calculating dependencies ...done!
30 [ebuild N ] sys-libs/tcb-0.9.7 to /
31
32 elysium root #
33 </pling>
34
35 The -e option works perfectly for _all_ other ebuilds I've tested... I just
36 can't seem to understand what I've done wrong... Please enlighten me! :)
37
38 Regards,
39
40 --
41 Joachim Blaabjerg
42 styx@×××××.org
43 www.SuxOS.org