Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527704 - app-admin/hddtemp should only use RDEPEND for SELinux dependency
Summary: app-admin/hddtemp should only use RDEPEND for SELinux dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amadeusz Żołnowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 527698
  Show dependency tree
 
Reported: 2014-11-01 08:53 UTC by Sven Vermeulen (RETIRED)
Modified: 2014-11-01 20:12 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 Sven Vermeulen (RETIRED) gentoo-dev 2014-11-01 08:53:16 UTC
Please remove the USE="selinux" dependency in the DEPEND variable (not RDEPEND). Take this into account with your next package bump - if after 6 months there have been no need for other package upgrades, we will be bumping the package(s) ourselves with just this change.

For more information, see our tracker Bug #527698 [1]. The requested change will be posted as a separate comment/patch.

[1] https://bugs.gentoo.org/show_bug.cgi?id=527698


Reproducible: Always
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2014-11-01 08:54:51 UTC
Index: hddtemp-0.3_beta15-r24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r24.ebuild,v
retrieving revision 1.3
diff -u -B -r1.3 hddtemp-0.3_beta15-r24.ebuild
--- hddtemp-0.3_beta15-r24.ebuild       5 Jul 2014 08:21:00 -0000       1.3
+++ hddtemp-0.3_beta15-r24.ebuild       1 Nov 2014 08:54:37 -0000
@@ -18,8 +18,8 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
 IUSE="network-cron nls selinux"
 
-DEPEND="selinux? ( sec-policy/selinux-hddtemp )"
-RDEPEND="${DEPEND}"
+DEPEND=""
+RDEPEND="selinux? ( sec-policy/selinux-hddtemp )"
 
 S="${WORKDIR}/${MY_P}"
 
Index: hddtemp-0.3_beta15-r25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r25.ebuild,v
retrieving revision 1.3
diff -u -B -r1.3 hddtemp-0.3_beta15-r25.ebuild
--- hddtemp-0.3_beta15-r25.ebuild       5 Jul 2014 08:21:00 -0000       1.3
+++ hddtemp-0.3_beta15-r25.ebuild       1 Nov 2014 08:54:37 -0000
@@ -17,8 +17,8 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
 IUSE="network-cron nls selinux"
 
-DEPEND="selinux? ( sec-policy/selinux-hddtemp )"
-RDEPEND="${DEPEND}"
+DEPEND=""
+RDEPEND="selinux? ( sec-policy/selinux-hddtemp )"
 
 S="${WORKDIR}/${MY_P}"
 
Index: hddtemp-0.3_beta15-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild,v
retrieving revision 1.11
diff -u -B -r1.11 hddtemp-0.3_beta15-r7.ebuild
--- hddtemp-0.3_beta15-r7.ebuild        5 Jul 2014 08:21:00 -0000       1.11
+++ hddtemp-0.3_beta15-r7.ebuild        1 Nov 2014 08:54:37 -0000
@@ -17,8 +17,8 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
 IUSE="nls selinux"
 
-DEPEND="selinux? ( sec-policy/selinux-hddtemp )"
-RDEPEND="${DEPEND}"
+DEPEND=""
+RDEPEND="selinux? ( sec-policy/selinux-hddtemp )"
 
 S="${WORKDIR}/${MY_P}"
Comment 2 Amadeusz Żołnowski (RETIRED) gentoo-dev 2014-11-01 20:12:21 UTC
+  01 Nov 2014; Amadeusz Żołnowski <aidecoe@gentoo.org>
+  hddtemp-0.3_beta15-r24.ebuild, hddtemp-0.3_beta15-r25.ebuild,
+  hddtemp-0.3_beta15-r7.ebuild:
+  Move SELinux dependency from build-time to run-time.  Fix bug #527704.
+