diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-09 06:53:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-09 06:53:36 +0000 |
commit | eee1e2090286811db8e8b725ed80922cf4651371 (patch) | |
tree | 8833f76a16baae8bd6a8f8b70e4716a194919d3f /dev-libs/libusb | |
parent | Remove broken version. (diff) | |
download | gentoo-2-eee1e2090286811db8e8b725ed80922cf4651371.tar.gz gentoo-2-eee1e2090286811db8e8b725ed80922cf4651371.tar.bz2 gentoo-2-eee1e2090286811db8e8b725ed80922cf4651371.zip |
ppc/ppc64 stable wrt #390441
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.12-r7.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index 3b7e938eb66e..78046030831a 100644 --- a/dev-libs/libusb/ChangeLog +++ b/dev-libs/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.122 2012/01/01 18:27:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.123 2012/01/09 06:53:36 ssuominen Exp $ + + 09 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> libusb-0.1.12-r7.ebuild: + ppc/ppc64 stable wrt #390441 01 Jan 2012; Fabian Groffen <grobian@gentoo.org> libusb-1.0.8.ebuild: Fix bashism in configure script causing build-failure when using non-bash diff --git a/dev-libs/libusb/libusb-0.1.12-r7.ebuild b/dev-libs/libusb/libusb-0.1.12-r7.ebuild index 877fecfbde41..cb4f06fc35b4 100644 --- a/dev-libs/libusb/libusb-0.1.12-r7.ebuild +++ b/dev-libs/libusb/libusb-0.1.12-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.11 2011/12/06 19:33:32 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.12 2012/01/09 06:53:36 ssuominen Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/libusb/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc +cxx static-libs" RESTRICT="test" |