From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B016E1395E2 for ; Mon, 21 Nov 2016 11:02:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9B5D21C06A; Mon, 21 Nov 2016 11:02:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1DFE21C06A for ; Mon, 21 Nov 2016 11:02:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12099341301 for ; Mon, 21 Nov 2016 11:02:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B13B24B0 for ; Mon, 21 Nov 2016 11:02:02 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1479726047.62c7afcfbfd300aa8a7d8e4322f2151b103765fa.mudler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild mate-base/mate-control-center/mate-control-center-1.14.1.ebuild X-VCS-Directories: mate-base/mate-control-center/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: 62c7afcfbfd300aa8a7d8e4322f2151b103765fa X-VCS-Branch: master Date: Mon, 21 Nov 2016 11:02:02 +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: b4fa5902-b83a-4f7a-b05c-f8102e3b08a7 X-Archives-Hash: 819937fe8e0320f5c84a5b7f78614aa8 commit: 62c7afcfbfd300aa8a7d8e4322f2151b103765fa Author: NP-Hardass gentoo org> AuthorDate: Wed Sep 14 15:22:00 2016 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Mon Nov 21 11:00:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c7afcf mate-base/mate-control-center: apply appindicator patch to 1.14.1, #593678 Package-Manager: portage-2.3.0 ...ontrol-center-1.14.1.ebuild => mate-control-center-1.14.1-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mate-base/mate-control-center/mate-control-center-1.14.1.ebuild b/mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild similarity index 96% rename from mate-base/mate-control-center/mate-control-center-1.14.1.ebuild rename to mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild index e07c4a5..2567d2f 100644 --- a/mate-base/mate-control-center/mate-control-center-1.14.1.ebuild +++ b/mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild @@ -79,6 +79,8 @@ DEPEND="${COMMON_DEPEND} x11-proto/xproto:0 virtual/pkgconfig:*" +PATCHES=( "${FILESDIR}/${PN}-1.12.1-backport-appindicator-configure.patch" ) + src_configure() { mate_src_configure \ --disable-update-mimedb \