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 7C663158094 for ; Wed, 29 Jun 2022 00:11:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA13BE0B66; Wed, 29 Jun 2022 00:11:08 +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 AB654E0ABB for ; Wed, 29 Jun 2022 00:11:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 90BCC340821 for ; Wed, 29 Jun 2022 00:11:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D001951B for ; Wed, 29 Jun 2022 00:11:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656461383.036e31d860ee6318b3c297fd3027137706c14696.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lvtk/lvtk-1.2.0-r2.ebuild X-VCS-Directories: media-libs/lvtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 036e31d860ee6318b3c297fd3027137706c14696 X-VCS-Branch: master Date: Wed, 29 Jun 2022 00:11:05 +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: 2e40b784-4807-4835-8c24-c2a2871afb21 X-Archives-Hash: 02a467f9660cc4d1af8e2bdf9b8da889 commit: 036e31d860ee6318b3c297fd3027137706c14696 Author: Sam James gentoo org> AuthorDate: Wed Jun 29 00:09:43 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 29 00:09:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036e31d8 media-libs/lvtk: Stabilize 1.2.0-r2 x86, #854804 Signed-off-by: Sam James gentoo.org> media-libs/lvtk/lvtk-1.2.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/lvtk/lvtk-1.2.0-r2.ebuild b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild index ed83c4388978..25fca610488e 100644 --- a/media-libs/lvtk/lvtk-1.2.0-r2.ebuild +++ b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="debug doc examples +gtk2 +tools" REQUIRED_USE="${PYTHON_REQUIRED_USE}"