From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SIvjN-0003fP-5F for garchives@archives.gentoo.org; Sat, 14 Apr 2012 05:41:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E27DFE0D06; Sat, 14 Apr 2012 05:40:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A3407E0D06 for ; Sat, 14 Apr 2012 05:40:55 +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 603101B402F for ; Sat, 14 Apr 2012 05:40:54 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2098) id 267132004B; Sat, 14 Apr 2012 05:40:53 +0000 (UTC) From: "Zac Medico (zmedico)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zmedico@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/usbutils: usbutils-005-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: usbutils-005-r1.ebuild ChangeLog X-VCS-Directories: sys-apps/usbutils X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=utf8 Message-Id: <20120414054053.267132004B@flycatcher.gentoo.org> Date: Sat, 14 Apr 2012 05:40:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d40d78c9-ea10-4e69-a81f-0c1dc04c5eec X-Archives-Hash: 2ac3945a24a543440bc20f61ed42754a zmedico 12/04/14 05:40:53 Modified: usbutils-005-r1.ebuild ChangeLog Log: Fix for prefix and add keywords for ~amd64-linux and ~x86-linux. =20 (Portage version: 2.2.0_alpha100_p7/cvs/Linux i686) Revision Changes Path 1.3 sys-apps/usbutils/usbutils-005-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/= usbutils-005-r1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/= usbutils-005-r1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/= usbutils-005-r1.ebuild?r1=3D1.2&r2=3D1.3 Index: usbutils-005-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-005-r1.ebuil= d,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- usbutils-005-r1.ebuild 2 Apr 2012 04:01:28 -0000 1.2 +++ usbutils-005-r1.ebuild 14 Apr 2012 05:40:53 -0000 1.3 @@ -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/sys-apps/usbutils/usbutils-005-r1.ebu= ild,v 1.2 2012/04/02 04:01:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-005-r1.ebu= ild,v 1.3 2012/04/14 05:40:53 zmedico Exp $ =20 EAPI=3D"4" =20 @@ -15,7 +15,7 @@ =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"~amd64 ~hppa" +KEYWORDS=3D"~amd64 ~hppa ~amd64-linux ~x86-linux" IUSE=3D"python zlib" =20 RDEPEND=3D"virtual/libusb:1 @@ -45,8 +45,8 @@ =20 src_configure() { econf \ - --datarootdir=3D/usr/share \ - --datadir=3D/usr/share/misc \ + --datarootdir=3D"${EPREFIX}/usr/share" \ + --datadir=3D"${EPREFIX}/usr/share/misc" \ $(use_enable zlib) } =20 1.137 sys-apps/usbutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/= ChangeLog?rev=3D1.137&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/= ChangeLog?rev=3D1.137&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/= ChangeLog?r1=3D1.136&r2=3D1.137 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v retrieving revision 1.136 retrieving revision 1.137 diff -u -r1.136 -r1.137 --- ChangeLog 2 Apr 2012 04:01:28 -0000 1.136 +++ ChangeLog 14 Apr 2012 05:40:53 -0000 1.137 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/usbutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.136 2= 012/04/02 04:01:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.137 2= 012/04/14 05:40:53 zmedico Exp $ + + 14 Apr 2012; Zac Medico usbutils-005-r1.ebuild: + Fix for prefix and add keywords for ~amd64-linux and ~x86-linux. =20 02 Apr 2012; Jeroen Roovers usbutils-005-r1.ebuild: Marked ~hppa (bug #410401).