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 4401413832E for ; Thu, 11 Aug 2016 06:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64FC121C283; Thu, 11 Aug 2016 06:07:00 +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 16B5521C26C for ; Thu, 11 Aug 2016 06:06:59 +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 4224F340A7F for ; Thu, 11 Aug 2016 06:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20EFD2457 for ; Thu, 11 Aug 2016 06:06:55 +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: <1470895563.8468441a39ea0db8feaa74002728924fee0c8f85.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-panel/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-base/mate-panel/mate-panel-1.10.1-r1.ebuild mate-base/mate-panel/mate-panel-1.10.1.ebuild mate-base/mate-panel/mate-panel-1.12.2-r2.ebuild mate-base/mate-panel/mate-panel-1.12.2-r3.ebuild mate-base/mate-panel/mate-panel-9999.ebuild X-VCS-Directories: mate-base/mate-panel/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 8468441a39ea0db8feaa74002728924fee0c8f85 X-VCS-Branch: master Date: Thu, 11 Aug 2016 06:06:55 +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: bf75f0d4-ce5e-414c-938f-6ea051aefd2c X-Archives-Hash: 25414ae00cebaa3992de810ffdab669f commit: 8468441a39ea0db8feaa74002728924fee0c8f85 Author: NP-Hardass gentoo org> AuthorDate: Thu Aug 11 05:29:26 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Thu Aug 11 06:06:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8468441a mate-base/mate-panel: Set introspection slot operator per Gnome project policy Package-Manager: portage-2.3.0 .../{mate-panel-1.10.1.ebuild => mate-panel-1.10.1-r1.ebuild} | 4 ++-- .../{mate-panel-1.12.2-r2.ebuild => mate-panel-1.12.2-r3.ebuild} | 2 +- mate-base/mate-panel/mate-panel-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mate-base/mate-panel/mate-panel-1.10.1.ebuild b/mate-base/mate-panel/mate-panel-1.10.1-r1.ebuild similarity index 94% rename from mate-base/mate-panel/mate-panel-1.10.1.ebuild rename to mate-base/mate-panel/mate-panel-1.10.1-r1.ebuild index 5fa916d..a7c601d 100644 --- a/mate-base/mate-panel/mate-panel-1.10.1.ebuild +++ b/mate-base/mate-panel/mate-panel-1.10.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,7 +44,7 @@ RDEPEND=" x11-libs/libXau:0 >=x11-libs/libXrandr-1.2:0 virtual/libintl:0 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )" + introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 diff --git a/mate-base/mate-panel/mate-panel-1.12.2-r2.ebuild b/mate-base/mate-panel/mate-panel-1.12.2-r3.ebuild similarity index 96% rename from mate-base/mate-panel/mate-panel-1.12.2-r2.ebuild rename to mate-base/mate-panel/mate-panel-1.12.2-r3.ebuild index 7bdda8d..c901deb 100644 --- a/mate-base/mate-panel/mate-panel-1.12.2-r2.ebuild +++ b/mate-base/mate-panel/mate-panel-1.12.2-r3.ebuild @@ -48,7 +48,7 @@ RDEPEND=" >=x11-libs/gtk+-3.0:3[introspection?] >=x11-libs/libwnck-3.0:3[introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )" + introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 diff --git a/mate-base/mate-panel/mate-panel-9999.ebuild b/mate-base/mate-panel/mate-panel-9999.ebuild index ac9f2fe..222f0ac 100644 --- a/mate-base/mate-panel/mate-panel-9999.ebuild +++ b/mate-base/mate-panel/mate-panel-9999.ebuild @@ -48,7 +48,7 @@ RDEPEND=" >=x11-libs/gtk+-3.0:3[introspection?] >=x11-libs/libwnck-3.0:3[introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )" + introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2