Skip to content

Commit

Permalink
app-admin/sysstat: add subslot operator on sys-apps/lm_sensors atom
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Nov 30, 2018
1 parent c9a8d52 commit 1f17744
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app-admin/sysstat/sysstat-11.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -20,7 +20,7 @@ CDEPEND="
sci-visualization/gnuplot
)
nls? ( virtual/libintl )
lm_sensors? ( sys-apps/lm_sensors )
lm_sensors? ( sys-apps/lm_sensors:= )
"
DEPEND="
${CDEPEND}
Expand Down
4 changes: 2 additions & 2 deletions app-admin/sysstat/sysstat-12.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -15,7 +15,7 @@ IUSE="debug nls lm_sensors selinux static"

CDEPEND="
nls? ( virtual/libintl )
lm_sensors? ( sys-apps/lm_sensors )
lm_sensors? ( sys-apps/lm_sensors:= )
"
DEPEND="
${CDEPEND}
Expand Down
2 changes: 1 addition & 1 deletion app-admin/sysstat/sysstat-12.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IUSE="debug nls lm_sensors selinux static"

CDEPEND="
nls? ( virtual/libintl )
lm_sensors? ( sys-apps/lm_sensors )
lm_sensors? ( sys-apps/lm_sensors:= )
"
DEPEND="
${CDEPEND}
Expand Down
2 changes: 1 addition & 1 deletion app-admin/sysstat/sysstat-12.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IUSE="debug nls lm_sensors selinux static"

CDEPEND="
nls? ( virtual/libintl )
lm_sensors? ( sys-apps/lm_sensors )
lm_sensors? ( sys-apps/lm_sensors:= )
"
DEPEND="
${CDEPEND}
Expand Down

0 comments on commit 1f17744

Please sign in to comment.