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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B86F313835A for ; Sun, 23 Aug 2020 13:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC031E07F9; Sun, 23 Aug 2020 13:24:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 936E5E07F9 for ; Sun, 23 Aug 2020 13:24:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3418233BDE1 for ; Sun, 23 Aug 2020 13:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B287132C for ; Sun, 23 Aug 2020 13:24:56 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1598188981.9bdb8c55be916098920817f40431d9c5408a1790.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libgxim/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libgxim/libgxim-0.5.0.ebuild X-VCS-Directories: x11-libs/libgxim/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 9bdb8c55be916098920817f40431d9c5408a1790 X-VCS-Branch: master Date: Sun, 23 Aug 2020 13:24:56 +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: bc6fa53b-40d2-4a30-bd4c-690e3e65010c X-Archives-Hash: e7868e5afb515e3cce2759b35fea9976 commit: 9bdb8c55be916098920817f40431d9c5408a1790 Author: Akinori Hattori gentoo org> AuthorDate: Sun Aug 23 13:23:01 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Aug 23 13:23:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdb8c55 x11-libs/libgxim: update LICENSE Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> x11-libs/libgxim/libgxim-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libgxim/libgxim-0.5.0.ebuild b/x11-libs/libgxim/libgxim-0.5.0.ebuild index 76e989508a0..6caa24af016 100644 --- a/x11-libs/libgxim/libgxim-0.5.0.ebuild +++ b/x11-libs/libgxim/libgxim-0.5.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="GObject-based XIM protocol library" HOMEPAGE="https://tagoh.bitbucket.io/libgxim" SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="${USE_RUBY//ruby/ruby_targets_ruby} static-libs test"