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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC107158086 for ; Thu, 4 Nov 2021 20:59:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98531E08C3; Thu, 4 Nov 2021 20:59:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BFF5E0871 for ; Thu, 4 Nov 2021 20:59:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6555734308F for ; Thu, 4 Nov 2021 20:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D62C79 for ; Thu, 4 Nov 2021 20:59:15 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1636059533.3bd0b218d45ae401521d4599587bb49294d7db7b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/arandr/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/arandr/arandr-0.1.10-r1.ebuild x11-misc/arandr/arandr-0.1.10-r2.ebuild X-VCS-Directories: x11-misc/arandr/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3bd0b218d45ae401521d4599587bb49294d7db7b X-VCS-Branch: master Date: Thu, 4 Nov 2021 20:59:15 +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: 8176dfde-699b-4946-bee2-98d6811a5cb3 X-Archives-Hash: 242474e83ab259b82072da1b688e0013 commit: 3bd0b218d45ae401521d4599587bb49294d7db7b Author: Conrad Kostecki gentoo org> AuthorDate: Thu Nov 4 20:21:49 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Nov 4 20:58:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd0b218 x11-misc/arandr: add missing dep Closes: https://bugs.gentoo.org/821295 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/arandr/{arandr-0.1.10-r1.ebuild => arandr-0.1.10-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/arandr/arandr-0.1.10-r1.ebuild b/x11-misc/arandr/arandr-0.1.10-r2.ebuild similarity index 93% rename from x11-misc/arandr/arandr-0.1.10-r1.ebuild rename to x11-misc/arandr/arandr-0.1.10-r2.ebuild index 0ad5b88dffc..93d18823f08 100644 --- a/x11-misc/arandr/arandr-0.1.10-r1.ebuild +++ b/x11-misc/arandr/arandr-0.1.10-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_SETUPTOOLS="no" PYTHON_COMPAT=( python3_{8..10} ) @@ -18,6 +18,7 @@ KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=" dev-python/pygobject:3=[${PYTHON_USEDEP},cairo] + x11-libs/gtk+:3[introspection] x11-apps/xrandr "