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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12FDA15802C for ; Wed, 18 Dec 2024 12:11:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 860BEE07D4; Wed, 18 Dec 2024 12:11:36 +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 824F8E07D7 for ; Wed, 18 Dec 2024 12:11:35 +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 55BCA340836 for ; Wed, 18 Dec 2024 12:11:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 580FC1F42 for ; Wed, 18 Dec 2024 12:11:32 +0000 (UTC) From: "Liv Hugger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Liv Hugger" Message-ID: <1734523689.5ce3fd217f6ac57160ad1c59dfc6591d77f56845.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/easyroam-desktop/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-wireless/easyroam-desktop/easyroam-desktop-1.3.5.ebuild X-VCS-Directories: net-wireless/easyroam-desktop/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Liv Hugger X-VCS-Revision: 5ce3fd217f6ac57160ad1c59dfc6591d77f56845 X-VCS-Branch: dev Date: Wed, 18 Dec 2024 12:11:32 +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: 1227e860-bf6b-4da0-ba42-fe7baccf2a1f X-Archives-Hash: a5fa6f7d0b8199f05533f0f5d18a16ea commit: 5ce3fd217f6ac57160ad1c59dfc6591d77f56845 Author: Liv (pelsh) Hugger liv nrw> AuthorDate: Wed Dec 18 12:08:09 2024 +0000 Commit: Liv Hugger liv nrw> CommitDate: Wed Dec 18 12:08:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ce3fd21 net-wireless/easyroam-desktop: ignore flag warning Signed-off-by: Liv (pelsh) Hugger liv.nrw> net-wireless/easyroam-desktop/easyroam-desktop-1.3.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-wireless/easyroam-desktop/easyroam-desktop-1.3.5.ebuild b/net-wireless/easyroam-desktop/easyroam-desktop-1.3.5.ebuild index b232f7e7e..8dbdad490 100644 --- a/net-wireless/easyroam-desktop/easyroam-desktop-1.3.5.ebuild +++ b/net-wireless/easyroam-desktop/easyroam-desktop-1.3.5.ebuild @@ -9,6 +9,8 @@ DESCRIPTION="Easily connect your device to eduroamĀ®." HOMEPAGE="https://www.easyroam.de/" SRC_URI="https://packages.easyroam.de/repos/easyroam-desktop/pool/main/e/easyroam-desktop/easyroam_connect_desktop-${PV}+${PV}-linux.deb" +QA_FLAGS_IGNORED=".*" + S="${WORKDIR}" LICENSE="all-rights-reserved"