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 20063158009 for ; Thu, 29 Jun 2023 12:56:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6025FE07DB; Thu, 29 Jun 2023 12:56:31 +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 3E3EDE07D4 for ; Thu, 29 Jun 2023 12:56:31 +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 329B0335D2F for ; Thu, 29 Jun 2023 12:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C59318DC for ; Thu, 29 Jun 2023 12:56:28 +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: <1688043232.3a4d067db4e3fded89caa2689ef2fba9370d55c7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/drpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/drpm/Manifest app-arch/drpm/drpm-0.5.2.ebuild app-arch/drpm/drpm-9999.ebuild X-VCS-Directories: app-arch/drpm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3a4d067db4e3fded89caa2689ef2fba9370d55c7 X-VCS-Branch: master Date: Thu, 29 Jun 2023 12:56:28 +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: f42313e1-b7f4-45b1-83e3-0b8c1d2dee57 X-Archives-Hash: 3b74bc31862ab12b0df067c577a710a0 commit: 3a4d067db4e3fded89caa2689ef2fba9370d55c7 Author: Matt Jolly footclan ninja> AuthorDate: Fri Jun 16 21:57:55 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jun 29 12:53:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4d067d app-arch/drpm: add 0.5.2; update live Signed-off-by: Matt Jolly footclan.ninja> Signed-off-by: Joonas Niilola gentoo.org> app-arch/drpm/Manifest | 1 + app-arch/drpm/{drpm-9999.ebuild => drpm-0.5.2.ebuild} | 2 +- app-arch/drpm/drpm-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-arch/drpm/Manifest b/app-arch/drpm/Manifest index 13067f96a111..351d428aff58 100644 --- a/app-arch/drpm/Manifest +++ b/app-arch/drpm/Manifest @@ -1 +1,2 @@ DIST drpm-0.5.1.tar.gz 138766 BLAKE2B dd64d925fa0e3975e2ca6f87fcddf10e376241d6b69a0f682cc5d6c006ef6aba7c021bcb98d049f4ce171b1561f36a07701e9eb47e0ac3c8315ee2d6d774c7c7 SHA512 5d4be3148075c6e0c560f97169a14e669a01ed48ef9228d8fc299b54da653ddec1110971a5b2bf455cc72cd1538d8c95e817428f73dd1d7ce07773822c05b3c5 +DIST drpm-0.5.2.tar.gz 138930 BLAKE2B b2d57e35bf62e94ba23212518a57c22a5638c270a38b07e77799e4c054e82391a08bd40a34adb78e5e5a9cf6c895895146b3619c953a1f0d312a8790652fda55 SHA512 591ffb6b28b1d4c6dda25746a76563c0fa15f48368e2593dbd00a2652dea78b635c8e28f6e50cf824450d9938652ddf3712c877135d66a7b762f1223b38e9ab4 diff --git a/app-arch/drpm/drpm-9999.ebuild b/app-arch/drpm/drpm-0.5.2.ebuild similarity index 97% copy from app-arch/drpm/drpm-9999.ebuild copy to app-arch/drpm/drpm-0.5.2.ebuild index 668173c3e540..737011a8cc67 100644 --- a/app-arch/drpm/drpm-9999.ebuild +++ b/app-arch/drpm/drpm-0.5.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/rpm-software-management/drpm/" else SRC_URI="https://github.com/rpm-software-management/drpm/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="LGPL-2.1+" diff --git a/app-arch/drpm/drpm-9999.ebuild b/app-arch/drpm/drpm-9999.ebuild index 668173c3e540..737011a8cc67 100644 --- a/app-arch/drpm/drpm-9999.ebuild +++ b/app-arch/drpm/drpm-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/rpm-software-management/drpm/" else SRC_URI="https://github.com/rpm-software-management/drpm/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="LGPL-2.1+"