From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 63D5958973 for ; Tue, 2 Feb 2016 18:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00B1D21C121; Tue, 2 Feb 2016 18:54:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94D0221C121 for ; Tue, 2 Feb 2016 18:54:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DABCB340E10 for ; Tue, 2 Feb 2016 18:54:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7102EC6F for ; Tue, 2 Feb 2016 18:54:04 +0000 (UTC) From: "Mike Frysinger" 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 Frysinger" Message-ID: <1454439012.c456a36cb4abbaac3304ea4ce8789daaddc836a7.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/timezone-data/timezone-data-2015g.ebuild X-VCS-Directories: sys-libs/timezone-data/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: c456a36cb4abbaac3304ea4ce8789daaddc836a7 X-VCS-Branch: master Date: Tue, 2 Feb 2016 18:54:04 +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: d78e2fe7-ca64-44e7-923f-630fd8be90df X-Archives-Hash: 0f2a96fecab1b82b0e65a3bc84cb2d77 commit: c456a36cb4abbaac3304ea4ce8789daaddc836a7 Author: Mike Frysinger gentoo org> AuthorDate: Tue Feb 2 18:49:36 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Feb 2 18:50:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c456a36c sys-libs/timezone: mark 2015g stable for all sys-libs/timezone-data/timezone-data-2015g.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/timezone-data/timezone-data-2015g.ebuild b/sys-libs/timezone-data/timezone-data-2015g.ebuild index 62ca812..3530aab 100644 --- a/sys-libs/timezone-data/timezone-data-2015g.ebuild +++ b/sys-libs/timezone-data/timezone-data-2015g.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.ta LICENSE="BSD public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="nls leaps_timezone elibc_FreeBSD elibc_glibc" RDEPEND="!sys-libs/glibc[vanilla(+)]"