From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1487204-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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 4ED4C15800F
	for <garchives@archives.gentoo.org>; Thu, 16 Feb 2023 12:57:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9B11FE08CD;
	Thu, 16 Feb 2023 12:57:14 +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 7FF63E08CD
	for <gentoo-commits@lists.gentoo.org>; Thu, 16 Feb 2023 12:57:14 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 63015335DC2
	for <gentoo-commits@lists.gentoo.org>; Thu, 16 Feb 2023 12:57:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C0B878A3
	for <gentoo-commits@lists.gentoo.org>; Thu, 16 Feb 2023 12:57:11 +0000 (UTC)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
Message-ID: <1676552121.c8dd91b0a1f5d9dbf2075e8f81303bd7bcdbdaff.andrewammerlaan@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxsee/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-geosciences/gpxsee/gpxsee-12.0-r1.ebuild
X-VCS-Directories: sci-geosciences/gpxsee/
X-VCS-Committer: andrewammerlaan
X-VCS-Committer-Name: Andrew Ammerlaan
X-VCS-Revision: c8dd91b0a1f5d9dbf2075e8f81303bd7bcdbdaff
X-VCS-Branch: master
Date: Thu, 16 Feb 2023 12:57:11 +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: f948863d-c7fb-4685-9260-3fe4a360c8e6
X-Archives-Hash: 51614ff96569c872e07feb83d5685126

commit:     c8dd91b0a1f5d9dbf2075e8f81303bd7bcdbdaff
Author:     INODE64 <ffelix <AT> inode64 <DOT> com>
AuthorDate: Thu Feb 16 12:35:14 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 12:55:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dd91b0

sci-geosciences/gpxsee: requiere qtserialport

see https://github.com/tumic0/GPXSee/blob/master/gpxsee.pro line 18

check with pkgcheck

Signed-off-by: INODE64 <ffelix <AT> inode64.com>
Closes: https://github.com/gentoo/gentoo/pull/29611
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-geosciences/gpxsee/gpxsee-12.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-geosciences/gpxsee/gpxsee-12.0-r1.ebuild b/sci-geosciences/gpxsee/gpxsee-12.0-r1.ebuild
index 9b850f29f96c..7e80adb5755d 100644
--- a/sci-geosciences/gpxsee/gpxsee-12.0-r1.ebuild
+++ b/sci-geosciences/gpxsee/gpxsee-12.0-r1.ebuild
@@ -25,6 +25,7 @@ RDEPEND="dev-qt/qtcore:5
 	dev-qt/qtprintsupport:5
 	dev-qt/qtsql:5
 	dev-qt/qtpositioning:5
+	dev-qt/qtserialport:5
 	dev-qt/qtsvg:5"
 DEPEND="${RDEPEND}"
 BDEPEND="dev-qt/linguist-tools:5"