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 6E89E1382C5 for ; Sun, 28 Feb 2021 04:28:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABF6AE087B; Sun, 28 Feb 2021 04:28:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 917EAE087B for ; Sun, 28 Feb 2021 04:28:01 +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 2D02F340EE4 for ; Sun, 28 Feb 2021 04:28:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A50BE4A4 for ; Sun, 28 Feb 2021 04:27:58 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1614486458.add6d9cd9e856f0fcdf86599e679aad54c8939eb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/solaar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/solaar/solaar-1.0.5-r1.ebuild app-misc/solaar/solaar-1.0.5-r2.ebuild X-VCS-Directories: app-misc/solaar/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: add6d9cd9e856f0fcdf86599e679aad54c8939eb X-VCS-Branch: master Date: Sun, 28 Feb 2021 04:27:58 +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: b7e4b03b-430f-4961-8b89-17ed16315800 X-Archives-Hash: b8ae32f69d9abd476c71ccca8bfe4b51 commit: add6d9cd9e856f0fcdf86599e679aad54c8939eb Author: Matt Turner gentoo org> AuthorDate: Sun Feb 28 04:27:38 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Feb 28 04:27:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add6d9cd app-misc/solaar: Fix revbump Signed-off-by: Matt Turner gentoo.org> app-misc/solaar/{solaar-1.0.5-r1.ebuild => solaar-1.0.5-r2.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-misc/solaar/solaar-1.0.5-r1.ebuild b/app-misc/solaar/solaar-1.0.5-r2.ebuild similarity index 93% rename from app-misc/solaar/solaar-1.0.5-r1.ebuild rename to app-misc/solaar/solaar-1.0.5-r2.ebuild index 0e6648c5ddf..cad0500253b 100644 --- a/app-misc/solaar/solaar-1.0.5-r1.ebuild +++ b/app-misc/solaar/solaar-1.0.5-r2.ebuild @@ -26,8 +26,12 @@ IUSE="doc appindicator libnotify" RDEPEND=" acct-group/plugdev $(python_gen_cond_dep ' + dev-python/psutil[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/python-xlib[${PYTHON_USEDEP}] >=dev-python/pyudev-0.13[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + ') x11-libs/gtk+:3[introspection] appindicator? ( dev-libs/libappindicator:3[introspection] )