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 85E7B1381F4 for ; Sun, 9 Dec 2012 17:43:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2250721C029; Sun, 9 Dec 2012 17:42:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4772821C02F for ; Sun, 9 Dec 2012 17:42:54 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 594EE33E48F for ; Sun, 9 Dec 2012 17:42:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 23AD42171D; Sun, 9 Dec 2012 17:42:52 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libupnp: libupnp-1.6.17.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libupnp-1.6.17.ebuild ChangeLog X-VCS-Directories: net-libs/libupnp X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121209174252.23AD42171D@flycatcher.gentoo.org> Date: Sun, 9 Dec 2012 17:42:52 +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: 2140a217-e490-4726-aaaf-7d60068c853b X-Archives-Hash: 903c186efac275c22acf10ce3f1c72ad ago 12/12/09 17:42:52 Modified: libupnp-1.6.17.ebuild ChangeLog Log: Stable for ppc64, wrt bug #433645 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit) Revision Changes Path 1.6 net-libs/libupnp/libupnp-1.6.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild?r1=1.5&r2=1.6 Index: libupnp-1.6.17.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libupnp-1.6.17.ebuild 7 Dec 2012 21:33:54 -0000 1.5 +++ libupnp-1.6.17.ebuild 9 Dec 2012 17:42:51 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild,v 1.5 2012/12/07 21:33:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild,v 1.6 2012/12/09 17:42:51 ago Exp $ EAPI="4" WANT_AUTOMAKE=1.9 @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" +KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="debug doc ipv6 static-libs" RDEPEND="" 1.34 net-libs/libupnp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 7 Dec 2012 21:33:54 -0000 1.33 +++ ChangeLog 9 Dec 2012 17:42:51 -0000 1.34 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libupnp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.33 2012/12/07 21:33:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.34 2012/12/09 17:42:51 ago Exp $ + + 09 Dec 2012; Agostino Sarubbo libupnp-1.6.17.ebuild: + Stable for ppc64, wrt bug #433645 07 Dec 2012; Agostino Sarubbo libupnp-1.6.17.ebuild: Stable for ppc, wrt bug #433645