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 89E98138CBE for ; Sat, 21 Mar 2015 17:11:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6755E0A5A; Sat, 21 Mar 2015 17:11:17 +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 18FEFE0A5A for ; Sat, 21 Mar 2015 17:11:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A424340B4D for ; Sat, 21 Mar 2015 17:11:16 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 559) id BD6ED143B3; Sat, 21 Mar 2015 17:11:14 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.4.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libtool-2.4.6.ebuild ChangeLog X-VCS-Directories: sys-devel/libtool X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150321171114.BD6ED143B3@oystercatcher.gentoo.org> Date: Sat, 21 Mar 2015 17:11:14 +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: 182d813d-bca1-48ed-92be-4e31e517dcd8 X-Archives-Hash: 0b9147e9d90b524064a3e6ffac57aa48 vapier 15/03/21 17:11:14 Modified: libtool-2.4.6.ebuild ChangeLog Log: Mark arm64/ia64/m68k/s390/sh stable #540408. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision Changes Path 1.4 sys-devel/libtool/libtool-2.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4.6.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4.6.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/libtool-2.4.6.ebuild?r1=1.3&r2=1.4 Index: libtool-2.4.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.6.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libtool-2.4.6.ebuild 19 Mar 2015 18:26:38 -0000 1.3 +++ libtool-2.4.6.ebuild 21 Mar 2015 17:11:14 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.6.ebuild,v 1.3 2015/03/19 18:26:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.6.ebuild,v 1.4 2015/03/21 17:11:14 vapier Exp $ EAPI="4" @@ -14,7 +14,7 @@ inherit git-2 else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="A shared library tool for developers" 1.250 sys-devel/libtool/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.250&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?rev=1.250&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/ChangeLog?r1=1.249&r2=1.250 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v retrieving revision 1.249 retrieving revision 1.250 diff -u -r1.249 -r1.250 --- ChangeLog 19 Mar 2015 18:26:38 -0000 1.249 +++ ChangeLog 21 Mar 2015 17:11:14 -0000 1.250 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.249 2015/03/19 18:26:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.250 2015/03/21 17:11:14 vapier Exp $ + + 21 Mar 2015; Mike Frysinger libtool-2.4.6.ebuild: + Mark arm64/ia64/m68k/s390/sh stable #540408. 19 Mar 2015; Jeroen Roovers libtool-2.4.6.ebuild: Stable for HPPA (bug #540408).