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 D81FB139083 for ; Fri, 24 Nov 2017 17:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C5C6E0EC9; Fri, 24 Nov 2017 17:26:14 +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 DCBAEE0EC9 for ; Fri, 24 Nov 2017 17:26:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9450A33BF0B for ; Fri, 24 Nov 2017 17:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03BDFA627 for ; Fri, 24 Nov 2017 17:26:10 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1511544364.93ebd7abadfeac98a6040e2c11aab5faa96e8ec2.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/argp-standalone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/argp-standalone/Manifest sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild X-VCS-Directories: sys-libs/argp-standalone/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 93ebd7abadfeac98a6040e2c11aab5faa96e8ec2 X-VCS-Branch: master Date: Fri, 24 Nov 2017 17:26:10 +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-Archives-Salt: 1db715f3-cd64-4e97-8617-226313ef4fad X-Archives-Hash: ddf8ca00afbe538e297f4853b0efccd2 commit: 93ebd7abadfeac98a6040e2c11aab5faa96e8ec2 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Nov 24 17:25:45 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Nov 24 17:26:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ebd7ab sys-libs/argp-standalone: fix license, bug #634352 Package-Manager: Portage-2.3.13, Repoman-2.3.3 sys-libs/argp-standalone/Manifest | 2 +- sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/argp-standalone/Manifest b/sys-libs/argp-standalone/Manifest index ad37c1e0e29..ba5599b7e5b 100644 --- a/sys-libs/argp-standalone/Manifest +++ b/sys-libs/argp-standalone/Manifest @@ -1 +1 @@ -DIST argp-standalone-1.3.tar.gz 130255 SHA256 dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be SHA512 58c3feb8852b90248fff39e49b5019bd0dcf646790c3eaf70c3262eb81dda31a61dc0a45963c7b4a010e80fc14b37288dcb3b3ef48d02f2d33dd72c1c62e62d9 WHIRLPOOL aedcf1ae31ea9484ca10fe028490624b5e17ae2b484f6e31effdc5119aea6affb6f61140bd10ac28c5395f0374df0c46a1d35ed6b7cdea7ce02fd7a4781db456 +DIST argp-standalone-1.3.tar.gz 130255 BLAKE2B 0848a0e7a98cfa09de52fa152eb9a793a9bf25c1edfc7401851ef134b62c051ad6ef2134d6f528e167046be582be23f311e74614c5511d659060addc14de6b2f SHA512 58c3feb8852b90248fff39e49b5019bd0dcf646790c3eaf70c3262eb81dda31a61dc0a45963c7b4a010e80fc14b37288dcb3b3ef48d02f2d33dd72c1c62e62d9 diff --git a/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild b/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild index 6e23f64515a..e58529ad3df 100644 --- a/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild +++ b/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Standalone argp library for use with uclibc" HOMEPAGE="http://www.lysator.liu.se/~nisse/misc/" SRC_URI="http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz" -LICENSE="public-domain" +LICENSE="public-domain GPL-2 GPL-3 XC" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~s390 ~sh x86" IUSE="static-libs"