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 0734E138335 for ; Wed, 23 Jan 2019 11:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1C45E09E9; Wed, 23 Jan 2019 11:34:20 +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 C0C44E09E9 for ; Wed, 23 Jan 2019 11:34:20 +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 7F805335D10 for ; Wed, 23 Jan 2019 11:34:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE0CF455 for ; Wed, 23 Jan 2019 11:34:17 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1548242956.5ddf236634f9242311c6848c4d28ab4332abf3ac.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-boxes/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-boxes/gnome-boxes-3.24.1-r1.ebuild X-VCS-Directories: gnome-extra/gnome-boxes/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 5ddf236634f9242311c6848c4d28ab4332abf3ac X-VCS-Branch: master Date: Wed, 23 Jan 2019 11:34:17 +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: 6baefc48-5de6-4cf8-b4ad-be7f95742d8e X-Archives-Hash: 3fdd79b3593b8cdf81975c86d2c0e626 commit: 5ddf236634f9242311c6848c4d28ab4332abf3ac Author: Mart Raudsepp gentoo org> AuthorDate: Wed Jan 23 11:07:36 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Jan 23 11:29:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddf2366 gnome-extra/gnome-boxes: tracker-1 only, drop yelp-tools, fix license itstool is enough for build if not running eautoreconf. configure is ready only for tracker 1.0 API and older in this version. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/gnome-boxes/gnome-boxes-3.24.1-r1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnome-extra/gnome-boxes/gnome-boxes-3.24.1-r1.ebuild b/gnome-extra/gnome-boxes/gnome-boxes-3.24.1-r1.ebuild index 8c6e1e10e02..fb81803cc4a 100644 --- a/gnome-extra/gnome-boxes/gnome-boxes-3.24.1-r1.ebuild +++ b/gnome-extra/gnome-boxes/gnome-boxes-3.24.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit gnome2 linux-info readme.gentoo-r1 vala DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems" HOMEPAGE="https://wiki.gnome.org/Apps/Boxes" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="0" # We force 'bindist' due to licenses from gnome-boxes-nonfree @@ -41,7 +41,7 @@ RDEPEND=" >=net-misc/spice-gtk-0.32[gtk3(+),smartcard,usbredir] virtual/libusb:1 - >=app-misc/tracker-0.16:0=[iso] + app-misc/tracker:0/100[iso] >=sys-apps/util-linux-2.20 >=net-libs/libsoup-2.38:2.4 @@ -53,11 +53,12 @@ RDEPEND=" DEPEND="${RDEPEND} $(vala_depend) - app-text/yelp-tools >=dev-util/intltool-0.40 + dev-util/itstool >=sys-devel/gettext-0.17 virtual/pkgconfig " +# eautoreconf needs yelp-tools DISABLE_AUTOFORMATTING="yes" DOC_CONTENTS="Before running gnome-boxes, you will need to load the KVM modules.