summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-08-24 21:02:55 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2016-08-24 21:02:55 -0400
commit6b7b6d473ea63cbea2ffa674085a5760f6cca6ee (patch)
treea861989401af273869699aa7abb273143d98416c /mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild
parentmate-extra/mate-polkit: split to COMMON_DEPEND (diff)
downloadgentoo-mate-6b7b6d473ea63cbea2ffa674085a5760f6cca6ee.tar.gz
gentoo-mate-6b7b6d473ea63cbea2ffa674085a5760f6cca6ee.tar.bz2
gentoo-mate-6b7b6d473ea63cbea2ffa674085a5760f6cca6ee.zip
mate-extra/mate-system-monitor: Use COMMON_DEPEND and drop stale dbus dep
Package-Manager: portage-2.3.0
Diffstat (limited to 'mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild')
-rw-r--r--mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild
index 056e13a..59a4dff 100644
--- a/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild
+++ b/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild
@@ -16,16 +16,14 @@ SLOT="0"
IUSE="systemd"
-RDEPEND="
+COMMON_DEPEND="
>=dev-cpp/glibmm-2.26:2
>=dev-cpp/gtkmm-3.8:3.0
- >=dev-libs/dbus-glib-0.70:0
>=dev-libs/glib-2.36:2
dev-libs/libsigc++:2
>=dev-libs/libxml2-2:2
>=gnome-base/libgtop-2.23.1:2=
>=gnome-base/librsvg-2.35:2
- >=sys-apps/dbus-0.7:0
x11-libs/cairo:0
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.14:3
@@ -33,7 +31,9 @@ RDEPEND="
virtual/libintl:0
systemd? ( sys-apps/systemd )"
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
app-text/yelp-tools:0
>=dev-util/intltool-0.50.1:*
sys-devel/gettext:*