summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormudler <mudler@sabayon.org>2016-08-14 00:56:37 +0200
committerNP-Hardass <NP-Hardass@gentoo.org>2016-08-14 00:36:30 -0400
commit34182390d22bd4de56f511755eed29329f6bd730 (patch)
tree314d3451b8f30b50582d3bca64e726cfd8670ed2
parentmedia-gfx/eom: Use COMMON_DEPEND (diff)
downloadgentoo-mate-34182390d22bd4de56f511755eed29329f6bd730.tar.gz
gentoo-mate-34182390d22bd4de56f511755eed29329f6bd730.tar.bz2
gentoo-mate-34182390d22bd4de56f511755eed29329f6bd730.zip
mate-extra/mate-sensors-applet: Use COMMON_DEPEND and drop app-text/rarian from RDEPEND
Package-Manager: portage-2.2.26 Signed-off-by: NP-Hardass <NP-Hardass@gentoo.org>
-rw-r--r--mate-extra/mate-sensors-applet/mate-sensors-applet-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-9999.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-9999.ebuild
index 8ba4ae9..31a691d 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-9999.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-9999.ebuild
@@ -18,8 +18,7 @@ SLOT="0"
IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
-RDEPEND="app-text/rarian:0
- >=dev-libs/glib-2.36:2
+COMMON_DEPEND=">=dev-libs/glib-2.36:2
>=mate-base/mate-panel-1.6[gtk3(-)=]
>=x11-libs/cairo-1.0.4:0
x11-libs/gdk-pixbuf:2
@@ -39,7 +38,10 @@ RDEPEND="app-text/rarian:0
media-video/nvidia-settings:0
) )"
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/rarian:0
>=app-text/scrollkeeper-dtd-1:1.0
app-text/yelp-tools:0
>=dev-util/intltool-0.50.1:*