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 17810158042 for ; Thu, 17 Oct 2024 05:49:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 457BFE02D2; Thu, 17 Oct 2024 05:49:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2EA74E02D2 for ; Thu, 17 Oct 2024 05:49:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D332343008 for ; Thu, 17 Oct 2024 05:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F61EA0 for ; Thu, 17 Oct 2024 05:49:06 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1729144143.47af6f1027e9310f777d9fee618e3ff698f54bb7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dblatex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/dblatex/dblatex-0.3.12-r3.ebuild X-VCS-Directories: app-text/dblatex/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 47af6f1027e9310f777d9fee618e3ff698f54bb7 X-VCS-Branch: master Date: Thu, 17 Oct 2024 05:49:06 +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: f09236c9-a558-4101-957d-c5bb8b7d0ce1 X-Archives-Hash: 38ce3da5913781924089707765055def commit: 47af6f1027e9310f777d9fee618e3ff698f54bb7 Author: Joonas Niilola gentoo org> AuthorDate: Thu Oct 17 05:48:34 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Oct 17 05:49:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47af6f10 app-text/dblatex: Stabilize 0.3.12-r3 amd64, #936990 Signed-off-by: Joonas Niilola gentoo.org> app-text/dblatex/dblatex-0.3.12-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/dblatex/dblatex-0.3.12-r3.ebuild b/app-text/dblatex/dblatex-0.3.12-r3.ebuild index 5a6bf9fa2982..c0b9df2ba9f7 100644 --- a/app-text/dblatex/dblatex-0.3.12-r3.ebuild +++ b/app-text/dblatex/dblatex-0.3.12-r3.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}3-${PV}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="inkscape test" RESTRICT="!test? ( test )"