From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BE96A58974 for ; Fri, 5 Feb 2016 16:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFAE021C003; Fri, 5 Feb 2016 16:10:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58B5321C003 for ; Fri, 5 Feb 2016 16:10:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DF41340A67 for ; Fri, 5 Feb 2016 16:10:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 566A88F0 for ; Fri, 5 Feb 2016 16:10:01 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1454688012.ca82d85a27a8d5bbd8f5495f104758a23b1b207c.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-base/mate-applets/mate-applets-1.10.4.ebuild mate-base/mate-applets/mate-applets-1.8.1.ebuild X-VCS-Directories: mate-base/mate-applets/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: ca82d85a27a8d5bbd8f5495f104758a23b1b207c X-VCS-Branch: master Date: Fri, 5 Feb 2016 16:10:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 00775dc0-7b0c-4499-ba34-b99d396b1912 X-Archives-Hash: 1411b533b27472ccc17910d372a723a1 commit: ca82d85a27a8d5bbd8f5495f104758a23b1b207c Author: Alexander van der Meij gliese me> AuthorDate: Thu Feb 4 13:14:38 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Fri Feb 5 16:00:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ca82d85a mate-base/mate-applets: add x11-libs/gtksourceview-2 to rdepend Signed-off-by: NP-Hardass gentoo.org> mate-base/mate-applets/mate-applets-1.10.4.ebuild | 1 + mate-base/mate-applets/mate-applets-1.8.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/mate-base/mate-applets/mate-applets-1.10.4.ebuild b/mate-base/mate-applets/mate-applets-1.10.4.ebuild index 3ad6807..c00d2a1 100644 --- a/mate-base/mate-applets/mate-applets-1.10.4.ebuild +++ b/mate-base/mate-applets/mate-applets-1.10.4.ebuild @@ -39,6 +39,7 @@ RDEPEND="${PYTHON_DEPS} upower? ( || ( >=sys-power/upower-0.9.23 >=sys-power/upower-pm-utils-0.9.23 ) ) x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.24:2 + x11-libs/gtksourceview:2.0 >=x11-libs/libnotify-0.7:0 x11-libs/libX11:0 >=x11-libs/libwnck-2.30:1 diff --git a/mate-base/mate-applets/mate-applets-1.8.1.ebuild b/mate-base/mate-applets/mate-applets-1.8.1.ebuild index 43bb345..eac113e 100644 --- a/mate-base/mate-applets/mate-applets-1.8.1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.8.1.ebuild @@ -39,6 +39,7 @@ RDEPEND="${PYTHON_DEPS} upower? ( || ( >=sys-power/upower-0.9.23 >=sys-power/upower-pm-utils-0.9.23 ) ) x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.24:2 + x11-libs/gtksourceview:2.0 >=x11-libs/libnotify-0.7:0 x11-libs/libX11:0 >=x11-libs/libxklavier-4:0