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 4E303138247 for ; Wed, 15 Jan 2014 10:43:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB5C0E0AC4; Wed, 15 Jan 2014 10:43:48 +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 57676E0AC4 for ; Wed, 15 Jan 2014 10:43:48 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 633D133F7C6 for ; Wed, 15 Jan 2014 10:43:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 232222004C; Wed, 15 Jan 2014 10:43:46 +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 dev-libs/libusbx: libusbx-1.0.17.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libusbx-1.0.17.ebuild ChangeLog X-VCS-Directories: dev-libs/libusbx X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140115104346.232222004C@flycatcher.gentoo.org> Date: Wed, 15 Jan 2014 10:43:46 +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: 5a6c4c50-3557-4511-b3dd-a2640ae90c36 X-Archives-Hash: e4b0a93b0f9f9c885e8dcbc7f81b4fc9 ago 14/01/15 10:43:46 Modified: libusbx-1.0.17.ebuild ChangeLog Log: Stable for sparc, wrt bug #488708 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F) Revision Changes Path 1.9 dev-libs/libusbx/libusbx-1.0.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusbx/libusbx-1.0.17.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusbx/libusbx-1.0.17.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusbx/libusbx-1.0.17.ebuild?r1=1.8&r2=1.9 Index: libusbx-1.0.17.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusbx/libusbx-1.0.17.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libusbx-1.0.17.ebuild 15 Jan 2014 10:43:05 -0000 1.8 +++ libusbx-1.0.17.ebuild 15 Jan 2014 10:43:45 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusbx/libusbx-1.0.17.ebuild,v 1.8 2014/01/15 10:43:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusbx/libusbx-1.0.17.ebuild,v 1.9 2014/01/15 10:43:45 ago Exp $ EAPI=5 inherit eutils toolchain-funcs multilib-minimal @@ -11,7 +11,7 @@ LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc examples static-libs test udev" RDEPEND="udev? ( >=virtual/udev-200[${MULTILIB_USEDEP}] ) 1.29 dev-libs/libusbx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusbx/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusbx/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusbx/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusbx/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 15 Jan 2014 10:43:05 -0000 1.28 +++ ChangeLog 15 Jan 2014 10:43:45 -0000 1.29 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusbx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusbx/ChangeLog,v 1.28 2014/01/15 10:43:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusbx/ChangeLog,v 1.29 2014/01/15 10:43:45 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo libusbx-1.0.17.ebuild: + Stable for sparc, wrt bug #488708 15 Jan 2014; Agostino Sarubbo libusbx-1.0.17.ebuild: Stable for ppc, wrt bug #488708