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 BD3A3139085 for ; Sun, 25 Dec 2016 18:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15CC9E0C56; Sun, 25 Dec 2016 18:48:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E79D0E0C56 for ; Sun, 25 Dec 2016 18:48:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7279340EE8 for ; Sun, 25 Dec 2016 18:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EE7024DC for ; Sun, 25 Dec 2016 18:48:33 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1482691710.01a1f7ceb45f58ce013bc05907d60f3018bddaa1.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/re2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/re2/re2-0.2016.05.01.ebuild X-VCS-Directories: dev-libs/re2/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 01a1f7ceb45f58ce013bc05907d60f3018bddaa1 X-VCS-Branch: master Date: Sun, 25 Dec 2016 18:48:33 +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: b61314d5-ef5a-46e0-8efc-601b2039cd9e X-Archives-Hash: 173a057076fbb74862653e8d65bd023b commit: 01a1f7ceb45f58ce013bc05907d60f3018bddaa1 Author: Mike Gilbert gentoo org> AuthorDate: Sun Dec 25 18:47:37 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 25 18:48:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a1f7ce dev-libs/re2: add link to hosted abi checker dev-libs/re2/re2-0.2016.05.01.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/re2/re2-0.2016.05.01.ebuild b/dev-libs/re2/re2-0.2016.05.01.ebuild index f8d53e6..a6ec7cd 100644 --- a/dev-libs/re2/re2-0.2016.05.01.ebuild +++ b/dev-libs/re2/re2-0.2016.05.01.ebuild @@ -16,6 +16,7 @@ SRC_URI="https://github.com/google/re2/archive/${RE2_VER}.tar.gz -> ${PN}-${RE2_ LICENSE="BSD" # NOTE: Always run libre2 through abi-compliance-checker! +# https://abi-laboratory.pro/tracker/timeline/re2/ SLOT="0/0.2016.05.01" KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="icu"