Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122249 - net-firewall/ipsec-tools has bad RDEPEND
Summary: net-firewall/ipsec-tools has bad RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 06:43 UTC by Wolfram Schlich (RETIRED)
Modified: 2006-09-12 01:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schlich (RETIRED) gentoo-dev 2006-02-09 06:43:46 UTC
--8<--
DEPEND="virtual/libc
        >=sys-kernel/linux-headers-2.6
        readline? ( sys-libs/readline )
        pam? ( sys-libs/pam )
        >=dev-libs/openssl-0.9.6"

RDEPEND="${DEPEND}
        selinux? ( sec-policy/selinux-ipsec-tools )"
--8<--

Why does it have linux-headers as RDEPEND?
That doesn't make any sense.
When using "emerge ROOT=/altroot ..." it clutters up the /altroot
with unneeded data.
Comment 1 Wolfram Schlich (RETIRED) gentoo-dev 2006-05-21 13:44:04 UTC
*push* :-)
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-12 01:19:26 UTC
 08 Apr 2006; Peter Johanson <latexer@gentoo.org> ipsec-tools-0.6.3.ebuild:
  Switch to using !<linux-headers-2.6 so as not to screw with *bsd. Thanks to
  truedfx for the suggestion.