Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371837 - sys-apps/module-init-tools should specify sys-libs/zlib in RDEPEND
Summary: sys-apps/module-init-tools should specify sys-libs/zlib in RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-15 20:17 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2011-06-17 02:20 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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-06-15 20:17:25 UTC
$ scanelf -qF "%F: %n" $(qlist sys-apps/module-init-tools | sort) | grep libz
/sbin/depmod: libz.so.1,libc.so.6
/sbin/modinfo: libz.so.1,libc.so.6
/sbin/modprobe: libz.so.1,libc.so.6
Comment 1 SpanKY gentoo-dev 2011-06-17 02:10:50 UTC
m-i-t already lists zlib.  what you're complaining about is people breaking EAPI behavior without a bump.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2011-06-17 02:19:54 UTC
Aye, it was I.

Index: module-init-tools-3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/module-init-tools/module-init-tools-3.16.ebuild,v
retrieving revision 1.1
diff -u -B -r1.1 module-init-tools-3.16.ebuild
--- module-init-tools-3.16.ebuild       15 Jun 2011 04:37:22 -0000      1.1
+++ module-init-tools-3.16.ebuild       17 Jun 2011 02:18:20 -0000
@@ -18,7 +18,7 @@
        !<sys-apps/baselayout-2.0.1
        !sys-apps/modutils
        app-text/docbook-sgml-utils"
-RDEPEND=""
+RDEPEND="${DEPEND}"
 
 src_unpack() {
        unpack ${A}

(In reply to comment #1)
> m-i-t already lists zlib.  what you're complaining about is people breaking
> EAPI behavior without a bump.

I don't think this is a good time to bump EAPI. :)