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 34C03138330 for ; Wed, 10 Jan 2018 02:52:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C0C0E09D7; Wed, 10 Jan 2018 02:52:03 +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 591FFE09D7 for ; Wed, 10 Jan 2018 02:52:03 +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 63A87335C3E for ; Wed, 10 Jan 2018 02:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA54B1A6 for ; Wed, 10 Jan 2018 02:52:00 +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: <1515552697.d28532c6fd6c2d102048783b15f8478fc45d18ba.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/gnome-autoar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild X-VCS-Directories: app-arch/gnome-autoar/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d28532c6fd6c2d102048783b15f8478fc45d18ba X-VCS-Branch: master Date: Wed, 10 Jan 2018 02:52:00 +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: 73b1fcdd-d60b-450a-9966-32373c4c7abd X-Archives-Hash: ea7c7fa9d4997ef62144aae00fd08086 commit: d28532c6fd6c2d102048783b15f8478fc45d18ba Author: Mart Raudsepp gentoo org> AuthorDate: Wed Jan 10 02:51:37 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Jan 10 02:51:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28532c6 app-arch/gnome-autoar: fix deps for USE="introspection gtk" Closes: https://bugs.gentoo.org/644022 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild index 82eba921fa0..5943841eaf9 100644 --- a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild +++ b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86" RDEPEND=" >=app-arch/libarchive-3.2.0 >=dev-libs/glib-2.35.6:2 - gtk? ( >=x11-libs/gtk+-3.2:3 ) + gtk? ( >=x11-libs/gtk+-3.2:3[introspection?] ) introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) " DEPEND="${RDEPEND}