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 E0438138809 for ; Sat, 2 Feb 2013 22:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6933B21C01A; Sat, 2 Feb 2013 22:51:29 +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 DE84F21C01A for ; Sat, 2 Feb 2013 22:51:28 +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 024A033DD21 for ; Sat, 2 Feb 2013 22:51:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id BB4C12171D; Sat, 2 Feb 2013 22:51:26 +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 media-libs/libvisual: libvisual-0.4.0-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libvisual-0.4.0-r2.ebuild ChangeLog X-VCS-Directories: media-libs/libvisual X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130202225126.BB4C12171D@flycatcher.gentoo.org> Date: Sat, 2 Feb 2013 22:51:26 +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: 450e5d6c-cb68-49c3-a06b-d76ff25283aa X-Archives-Hash: 1ed0392412e912713fb8dfc8ee3015d7 ago 13/02/02 22:51:26 Modified: libvisual-0.4.0-r2.ebuild ChangeLog Log: Add ~arm, wrt bug #449220 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit) Revision Changes Path 1.14 media-libs/libvisual/libvisual-0.4.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?r1=1.13&r2=1.14 Index: libvisual-0.4.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libvisual-0.4.0-r2.ebuild 6 Jan 2013 09:51:20 -0000 1.13 +++ libvisual-0.4.0-r2.ebuild 2 Feb 2013 22:51:26 -0000 1.14 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.13 2013/01/06 09:51:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.14 2013/02/02 22:51:26 ago Exp $ EAPI=4 inherit eutils libtool @@ -11,7 +11,7 @@ LICENSE="LGPL-2.1" SLOT="0.4" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug nls static-libs threads" RDEPEND="threads? ( dev-libs/glib:2 )" 1.48 media-libs/libvisual/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 6 Jan 2013 09:51:20 -0000 1.47 +++ ChangeLog 2 Feb 2013 22:51:26 -0000 1.48 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvisual # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.47 2013/01/06 09:51:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.48 2013/02/02 22:51:26 ago Exp $ + + 02 Feb 2013; Agostino Sarubbo libvisual-0.4.0-r2.ebuild: + Add ~arm, wrt bug #449220 06 Jan 2013; Agostino Sarubbo libvisual-0.4.0-r2.ebuild: Add ~sparc, wrt bug #449220