From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1188258-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C2FF13835B for <garchives@archives.gentoo.org>; Fri, 17 Jul 2020 12:37:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E646BE0893; Fri, 17 Jul 2020 12:37:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1169E0893 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jul 2020 12:37:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7C3634F2C1 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jul 2020 12:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A5232A4 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jul 2020 12:37:11 +0000 (UTC) From: "Anthony G. Basile" <blueness@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, "Anthony G. Basile" <blueness@gentoo.org> Message-ID: <1594989411.2d64ae66a3c9faaf12b9363166b3c733f7d63b68.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: x11-libs/vte/ X-VCS-Repository: proj/musl X-VCS-Files: x11-libs/vte/vte-0.28.2-r208.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2d64ae66a3c9faaf12b9363166b3c733f7d63b68 X-VCS-Branch: master Date: Fri, 17 Jul 2020 12:37: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: c1ce420f-111b-4b9b-8891-d75e93f17a82 X-Archives-Hash: b42488ddbebe3f9fb3b2386cef4dfac6 commit: 2d64ae66a3c9faaf12b9363166b3c733f7d63b68 Author: stefson <herrtimson <AT> yahoo <DOT> de> AuthorDate: Fri Jul 17 11:31:10 2020 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Fri Jul 17 12:36:51 2020 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=2d64ae66 x11-libs/vte: add stable keywords to slot 0 Signed-off-by: Steffen Kuhn <nielson2 <AT> yandex.com> Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> x11-libs/vte/vte-0.28.2-r208.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/vte/vte-0.28.2-r208.ebuild b/x11-libs/vte/vte-0.28.2-r208.ebuild index b5117d6..194d97a 100644 --- a/x11-libs/vte/vte-0.28.2-r208.ebuild +++ b/x11-libs/vte/vte-0.28.2-r208.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +KEYWORDS="amd64 arm ~arm64 ~mips x86" IUSE="debug +introspection python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"