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 4AB24158451 for ; Thu, 11 Jan 2024 09:38:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE2A9E2A31; Thu, 11 Jan 2024 09:38:07 +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 6B276E2A2E for ; Thu, 11 Jan 2024 09:38:07 +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 8161C3431C8 for ; Thu, 11 Jan 2024 09:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1B7C14C4 for ; Thu, 11 Jan 2024 09:38:03 +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: <1704965795.5a4b1572ca73f23aa61ddd251d6b06b0cb3ff416.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/price/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/price/price-1.3.0-r1.ebuild X-VCS-Directories: gnustep-apps/price/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a4b1572ca73f23aa61ddd251d6b06b0cb3ff416 X-VCS-Branch: master Date: Thu, 11 Jan 2024 09:38:03 +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: 1a4c5afd-ebdc-4ff2-950b-31a512df9c8d X-Archives-Hash: ed4fc137f89408d25d774cbccd02f076 commit: 5a4b1572ca73f23aa61ddd251d6b06b0cb3ff416 Author: Sam James gentoo org> AuthorDate: Thu Jan 11 09:36:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 11 09:36:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4b1572 gnustep-apps/price: Stabilize 1.3.0-r1 x86, #918500 Signed-off-by: Sam James gentoo.org> gnustep-apps/price/price-1.3.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnustep-apps/price/price-1.3.0-r1.ebuild b/gnustep-apps/price/price-1.3.0-r1.ebuild index b09d961a57f6..9e20f6ef0fb5 100644 --- a/gnustep-apps/price/price-1.3.0-r1.ebuild +++ b/gnustep-apps/price/price-1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://price.sourceforge.net/" SRC_URI="mirror://sourceforge/price/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" SLOT="0" LICENSE="GPL-2+"