From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: linux-mod.eclass
Date: Sat, 24 Aug 2013 11:07:24 +0000 (UTC) [thread overview]
Message-ID: <20130824110724.148B42004C@flycatcher.gentoo.org> (raw)
ssuominen 13/08/24 11:07:24
Modified: linux-mod.eclass
Log:
Punt unused if and else wrt bug 462926, Comment #16 and up
Revision Changes Path
1.113 eclass/linux-mod.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.eclass?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.eclass?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/linux-mod.eclass?r1=1.112&r2=1.113
Index: linux-mod.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- linux-mod.eclass 26 Mar 2013 08:17:26 -0000 1.112
+++ linux-mod.eclass 24 Aug 2013 11:07:23 -0000 1.113
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.112 2013/03/26 08:17:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.113 2013/08/24 11:07:23 ssuominen Exp $
# @ECLASS: linux-mod.eclass
# @MAINTAINER:
@@ -127,12 +127,10 @@
IUSE="kernel_linux"
SLOT="0"
-if [[ -z ${VIRTUAL_MODUTILS} ]]; then
- RDEPEND="kernel_linux? ( virtual/modutils )"
- DEPEND="${RDEPEND}
- sys-apps/sed
- kernel_linux? ( virtual/linux-sources )"
-fi
+RDEPEND="kernel_linux? ( virtual/modutils )"
+DEPEND="${RDEPEND}
+ sys-apps/sed
+ kernel_linux? ( virtual/linux-sources )"
# eclass utilities
# ----------------------------------
next reply other threads:[~2013-08-24 11:07 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-24 11:07 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-03-26 8:17 [gentoo-commits] gentoo-x86 commit in eclass: linux-mod.eclass Samuli Suominen (ssuominen)
2013-03-26 7:36 Samuli Suominen (ssuominen)
2013-03-24 14:16 Samuli Suominen (ssuominen)
2013-03-24 9:54 Samuli Suominen (ssuominen)
2011-08-09 22:11 Mike Frysinger (vapier)
2011-06-01 6:51 Robin H. Johnson (robbat2)
2011-05-27 9:46 Brian Harring (ferringb)
2011-04-24 18:55 Ulrich Mueller (ulm)
2010-03-31 19:33 Robin H. Johnson (robbat2)
2010-01-17 4:00 Robin H. Johnson (robbat2)
2010-01-17 3:54 Robin H. Johnson (robbat2)
2010-01-10 9:38 Robin H. Johnson (robbat2)
2009-07-15 17:21 Mike Pagano (mpagano)
2008-11-05 12:00 Daniel Drake (dsd)
2008-11-02 3:02 Gordon Malm (gengor)
2008-11-01 23:19 Daniel Drake (dsd)
2008-11-01 14:56 Gordon Malm (gengor)
2008-10-31 23:43 Gordon Malm (gengor)
2008-10-31 23:37 Gordon Malm (gengor)
2008-10-31 22:31 Daniel Drake (dsd)
2008-10-31 22:24 Daniel Drake (dsd)
2008-10-31 21:25 Daniel Drake (dsd)
2008-10-27 5:22 Mike Frysinger (vapier)
2008-10-27 5:20 Mike Frysinger (vapier)
2008-09-30 5:27 Mike Frysinger (vapier)
2008-04-03 16:11 Doug Klima (cardoe)
2008-04-03 14:59 Stefan Schweizer (genstef)
2008-03-22 1:10 Robin H. Johnson (robbat2)
2007-11-16 6:12 Zac Medico (zmedico)
2007-10-03 12:55 Christian Heim (phreak)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130824110724.148B42004C@flycatcher.gentoo.org \
--to=ssuominen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox