Skip to content

Commit

Permalink
app-admin/collectd: Block too old sys-apps/openrc version (bug #607476)
Browse files Browse the repository at this point in the history
collctd runscript makes use of required_files which had a bug in previous
OpenRC versions (bug #562320). Because we still have affected stable
OpenRC versions in repository we need to block those versions to enforce
an OpenRC update on these systems.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Whissi committed Jan 29, 2017
1 parent f806a9d commit e13449e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions app-admin/collectd/collectd-5.5.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -133,7 +133,8 @@ RDEPEND="${COMMON_DEPEND}
collectd_plugins_genericjmx? ( >=virtual/jre-1.6 )
collectd_plugins_java? ( >=virtual/jre-1.6 )
collectd_plugins_syslog? ( virtual/logger )
selinux? ( sec-policy/selinux-collectd )"
selinux? ( sec-policy/selinux-collectd )
!<sys-apps/openrc-0.18.2"

REQUIRED_USE="
collectd_plugins_genericjmx? ( java )
Expand Down
5 changes: 3 additions & 2 deletions app-admin/collectd/collectd-5.6.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -144,7 +144,8 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
collectd_plugins_java? ( >=virtual/jre-1.6 )
collectd_plugins_syslog? ( virtual/logger )
selinux? ( sec-policy/selinux-collectd )"
selinux? ( sec-policy/selinux-collectd )
!<sys-apps/openrc-0.18.2"

REQUIRED_USE="
collectd_plugins_python? ( ${PYTHON_REQUIRED_USE} )
Expand Down
5 changes: 3 additions & 2 deletions app-admin/collectd/collectd-5.6.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -144,7 +144,8 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
collectd_plugins_java? ( >=virtual/jre-1.6 )
collectd_plugins_syslog? ( virtual/logger )
selinux? ( sec-policy/selinux-collectd )"
selinux? ( sec-policy/selinux-collectd )
!<sys-apps/openrc-0.18.2"

REQUIRED_USE="
collectd_plugins_python? ( ${PYTHON_REQUIRED_USE} )
Expand Down

0 comments on commit e13449e

Please sign in to comment.