Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 423495 - sys-libs/mtdev-1.1.2: dependency on sys-kernel/linux-headers should be build-time only
Summary: sys-libs/mtdev-1.1.2: dependency on sys-kernel/linux-headers should be build-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-06-25 17:31 UTC by Maxim Kammerer
Modified: 2012-06-28 15:54 UTC (History)
1 user (show)

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 Maxim Kammerer 2012-06-25 17:31:09 UTC
The packages depending on mtdev that I see (xf86-input-evdev and xf86-input-synaptics) include a linux-headers dependency anyway, so there is no point in RDEPEND (especially so since linux-headers in part of @system).
Comment 1 Maxim Kammerer 2012-06-25 17:31:29 UTC
> in part
"is part"
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-06-27 01:07:59 UTC
--- mtdev-1.1.2.ebuild  24 Jun 2012 18:40:56 -0000      1.5
+++ mtdev-1.1.2.ebuild  27 Jun 2012 01:07:32 -0000
@@ -13,7 +13,7 @@
 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="static-libs"
 
-RDEPEND=">=sys-kernel/linux-headers-2.6"
+DEPEND=">=sys-kernel/linux-headers-2.6"
 
 src_configure() {
        econf $(use_enable static-libs static)
Comment 3 Naohiro Aota gentoo-dev 2012-06-28 15:54:53 UTC
Applied to the tree. Thanks.