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 85A48138335 for ; Mon, 17 Dec 2018 12:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A1A0E0AE0; Mon, 17 Dec 2018 12:14:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D16DE0AE0 for ; Mon, 17 Dec 2018 12:14:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20E7C335C58 for ; Mon, 17 Dec 2018 12:14:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 709754EB for ; Mon, 17 Dec 2018 12:14:47 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1545048873.0f25548f0132cc48f52b02097bcc229894bf3d52.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-screenshot/ X-VCS-Repository: proj/gnome X-VCS-Files: media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild X-VCS-Directories: media-gfx/gnome-screenshot/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 0f25548f0132cc48f52b02097bcc229894bf3d52 X-VCS-Branch: master Date: Mon, 17 Dec 2018 12:14:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43676048-ab93-4775-98c0-7e9806c296ce X-Archives-Hash: c7bb855964fa98b28c8c27573c49c9a3 commit: 0f25548f0132cc48f52b02097bcc229894bf3d52 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Dec 17 11:08:39 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Dec 17 12:14:33 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0f25548f media-gfx/gnome-screenshot: sync live ebuild with ::gentoo Package-Manager: Portage-2.3.52, Repoman-2.3.12 Manifest-Sign-Key: 0x5A56C8CD0C13248A Signed-off-by: Gilles Dartiguelongue gentoo.org> .../gnome-screenshot/gnome-screenshot-9999.ebuild | 25 +++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild b/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild index c0d25c19..e70f3000 100644 --- a/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild +++ b/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit gnome-meson readme.gentoo-r1 +inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg if [[ ${PV} = 9999 ]]; then inherit git-r3 SRC_URI="" @@ -21,20 +21,15 @@ fi # libcanberra 0.26-r2 is needed for gtk+:3 fixes COMMON_DEPEND=" - >=dev-libs/glib-2.35.1:2[dbus] - >=media-libs/libcanberra-0.26-r2[gtk3] - x11-libs/cairo - x11-libs/gdk-pixbuf - >=x11-libs/gtk+-3.0.3:3 x11-libs/libX11 x11-libs/libXext + >=dev-libs/glib-2.35.1:2[dbus] + >=x11-libs/gtk+-3.0.3:3 + >=media-libs/libcanberra-0.26-r2[gtk3] " RDEPEND="${COMMON_DEPEND} >=gnome-base/gsettings-desktop-schemas-0.1.0 - !