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 CC55F158094 for ; Sat, 30 Jul 2022 08:22:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91D9DE105A; Sat, 30 Jul 2022 08:22:27 +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 74DDEE105A for ; Sat, 30 Jul 2022 08:22:27 +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 915CA340EB9 for ; Sat, 30 Jul 2022 08:22:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CB8F571 for ; Sat, 30 Jul 2022 08:22:23 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1659169337.6f1925db56e4f80d18669626fa93bc183bd910c1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/uconv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/uconv/uconv-0.6.1-r3.ebuild X-VCS-Directories: dev-ruby/uconv/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6f1925db56e4f80d18669626fa93bc183bd910c1 X-VCS-Branch: master Date: Sat, 30 Jul 2022 08:22:23 +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: b6cb92a5-fc46-46b6-b0cc-ee790ebeec7f X-Archives-Hash: c5018c768b10b82b3fa07c376ee2182d commit: 6f1925db56e4f80d18669626fa93bc183bd910c1 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 30 08:16:24 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 30 08:22:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1925db dev-ruby/uconv: update LICENSE Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/uconv/uconv-0.6.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild index 2dd352c0a3ff..2a2aad113a40 100644 --- a/dev-ruby/uconv/uconv-0.6.1-r3.ebuild +++ b/dev-ruby/uconv/uconv-0.6.1-r3.ebuild @@ -9,7 +9,7 @@ inherit ruby-ng DESCRIPTION="A module to convert ISO/IEC 10646 (Unicode) string and Japanese strings" HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv" SRC_URI="http://www.yoshidam.net/${P}.tar.gz" -LICENSE="Ruby" +LICENSE="Ruby-BSD" SLOT="0" KEYWORDS="~amd64 ppc ppc64 x86" IUSE=""