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 CDEA4158020 for ; Wed, 16 Nov 2022 21:17:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E616EE08ED; Wed, 16 Nov 2022 21:17:42 +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 C7519E08ED for ; Wed, 16 Nov 2022 21:17:42 +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 EDA96340D83 for ; Wed, 16 Nov 2022 21:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3539E748 for ; Wed, 16 Nov 2022 21:17:40 +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: <1668633437.1445b792e6754df60fc47a914b84576331a217be.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/dleyna/dleyna-0.8.1.ebuild X-VCS-Directories: net-libs/dleyna/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1445b792e6754df60fc47a914b84576331a217be X-VCS-Branch: master Date: Wed, 16 Nov 2022 21:17:40 +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: 72ed331c-3831-4fe4-a52e-6958e6dbad3b X-Archives-Hash: 8e1a14a29da00c90da88dcba9db1b66f commit: 1445b792e6754df60fc47a914b84576331a217be Author: Matt Turner gentoo org> AuthorDate: Wed Nov 16 20:11:12 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Nov 16 21:17:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1445b792 net-libs/dleyna: Drop keywords Signed-off-by: Matt Turner gentoo.org> net-libs/dleyna/dleyna-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/dleyna/dleyna-0.8.1.ebuild b/net-libs/dleyna/dleyna-0.8.1.ebuild index 215ae41f05bc..a9da0994691e 100644 --- a/net-libs/dleyna/dleyna-0.8.1.ebuild +++ b/net-libs/dleyna/dleyna-0.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta LICENSE="LGPL-2.1" SLOT="1.0/6" # soname of libdleyna-core-1.0.so -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="~amd64" RDEPEND=" >=dev-libs/glib-2.28:2