Gentoo Archives: gentoo-dev

From: Eldad Zack <eldad@××××××××××××××.cx>
To: Andrew Gaffney <agaffney@×××××××××××××××××××.net>
Cc: Gentoo Dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] correct package depends
Date: Thu, 16 Oct 2003 16:29:53
Message-Id: Pine.LNX.4.58.0310161751270.19267@localhost
In Reply to: Re: [gentoo-dev] correct package depends by Andrew Gaffney
1 > >>in the ebuild for mplayer and assumes it depends on it. I want mplayer to not show up in
2 > >>that list because it does *not* depend on arts since it was compiled without support for it.
3 > > Ok, I hopefully got you now.
4 > > I've worked it out but I'm not sure if it breaks the check on uninstalled
5 > > packages.
6 > >
7 > > I've attached the patch to qpkg.
8 > >
9 > > Hope I got you right this time. :)
10 > >
11 > Much, much closer. The only thing that shows up in the list now as dependent on arts is
12 > avidemux. While it is the same issue, in the ebuild, it has:
13 >
14 > arts? ( >=kde-base/arts-1.1.1 )
15 >
16 > in the DEPEND line which probably messes something up. Other than that, your patch works
17 > great! You really should submit that patch on Bugzilla.
18
19 Right, it's the ">=" that I didn't include in the regex that wipe the
20 false dependency out.
21 That's my bad, I should've used the predefined [:punct:] regex type
22 before.
23
24 I've submitted the whole patch against vanilla qpkg on Bugzilla.
25
26 http://bugs.gentoo.org/show_bug.cgi?id=31290
27
28 anyway, this is the patch against your qpkg, that complete the changes.
29
30
31
32
33 Eldad

Attachments

File name MIME type
qpkg-patch-inc-2.patch text/plain

Replies

Subject Author
Re: [gentoo-dev] correct package depends Andrew Gaffney <agaffney@×××××××××××××××××××.net>