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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71AD015ACFB for ; Fri, 14 Apr 2023 06:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9739AE0769; Fri, 14 Apr 2023 06:49:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56521E0769 for ; Fri, 14 Apr 2023 06:49:24 +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 72E50340DB2 for ; Fri, 14 Apr 2023 06:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93FFE8D1 for ; Fri, 14 Apr 2023 06:49:21 +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: <1681454959.b965f62cd922647b007763643c619ef8dffa19b3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/img2pdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/img2pdf/img2pdf-0.4.4-r1.ebuild X-VCS-Directories: media-gfx/img2pdf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b965f62cd922647b007763643c619ef8dffa19b3 X-VCS-Branch: master Date: Fri, 14 Apr 2023 06:49:21 +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: f29ccf40-c014-4de4-8016-589e45f60c50 X-Archives-Hash: cdf30ce7b715d5bf5e167f97a7431804 commit: b965f62cd922647b007763643c619ef8dffa19b3 Author: Joonas Niilola gentoo org> AuthorDate: Fri Apr 14 06:49:09 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Apr 14 06:49:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b965f62c media-gfx/img2pdf: Stabilize 0.4.4-r1 x86, #904289 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/img2pdf/img2pdf-0.4.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/img2pdf/img2pdf-0.4.4-r1.ebuild b/media-gfx/img2pdf/img2pdf-0.4.4-r1.ebuild index 356a9c8b4aff..aa159a5d9b88 100644 --- a/media-gfx/img2pdf/img2pdf-0.4.4-r1.ebuild +++ b/media-gfx/img2pdf/img2pdf-0.4.4-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://gitlab.mister-muffin.de/josch/img2pdf" LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="gui" # pytest-xdist isn't really required but it helps speed up tests