From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1624152-garchives=archives.gentoo.org@lists.gentoo.org>
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 ADC9D1581E7
	for <garchives@archives.gentoo.org>; Tue, 23 Apr 2024 22:23:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 70F49E2A01;
	Tue, 23 Apr 2024 22:23:58 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5241FE2A01
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Apr 2024 22:23:58 +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 4046A343204
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Apr 2024 22:23:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D6732171E
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Apr 2024 22:23:55 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com>
Message-ID: <1713910980.7bc9c9dbc8cf2928cd61eb3e6c80a53b885a8029.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/PythonQwt/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/PythonQwt/PythonQwt-0.11.2.ebuild
X-VCS-Directories: dev-python/PythonQwt/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: 7bc9c9dbc8cf2928cd61eb3e6c80a53b885a8029
X-VCS-Branch: dev
Date: Tue, 23 Apr 2024 22:23:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: bd9f8320-512e-4128-9457-b3ae40ee6d56
X-Archives-Hash: 10d4ad4cab7c70ef0933e74945d11a5d
Message-ID: <20240423222355.z_FgRtCfbD3v0ieOUQ_lOuJv-DVk4-YrE6BSAdEr7as@z>

commit:     7bc9c9dbc8cf2928cd61eb3e6c80a53b885a8029
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 23 22:23:00 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 22:23:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bc9c9db

dev-python/PythonQwt: sort variables

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/PythonQwt/PythonQwt-0.11.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/PythonQwt/PythonQwt-0.11.2.ebuild b/dev-python/PythonQwt/PythonQwt-0.11.2.ebuild
index 95bea3034b..e331c48105 100644
--- a/dev-python/PythonQwt/PythonQwt-0.11.2.ebuild
+++ b/dev-python/PythonQwt/PythonQwt-0.11.2.ebuild
@@ -14,9 +14,8 @@ HOMEPAGE="https://pypi.python.org/pypi/PythonQwt"
 LICENSE="MIT"
 
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 # Test directory seems to contain demo instead
 RESTRICT="test"
 
 RDEPEND="dev-python/PyQt5[${PYTHON_USEDEP},svg]"
-
-KEYWORDS="~amd64 ~x86"