diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-16 16:43:05 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-16 16:43:05 +0000 |
commit | b9075e4a58687406ebeae1f214490f0139cc293f (patch) | |
tree | f88a74b0efbbfff1aa3547c97a8dfa147f859c68 /dev-libs/libusb | |
parent | Version bump. (diff) | |
download | gentoo-2-b9075e4a58687406ebeae1f214490f0139cc293f.tar.gz gentoo-2-b9075e4a58687406ebeae1f214490f0139cc293f.tar.bz2 gentoo-2-b9075e4a58687406ebeae1f214490f0139cc293f.zip |
ppc stable #270023
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.12-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index 2576c3054771..295f07f3429c 100644 --- a/dev-libs/libusb/ChangeLog +++ b/dev-libs/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.87 2009/05/16 15:38:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.88 2009/05/16 16:43:05 nixnut Exp $ + + 16 May 2009; nixnut <nixnut@gentoo.org> libusb-0.1.12-r5.ebuild: + ppc stable #270023 16 May 2009; Jeroen Roovers <jer@gentoo.org> libusb-0.1.12-r5.ebuild: Stable for HPPA (bug #270023). diff --git a/dev-libs/libusb/libusb-0.1.12-r5.ebuild b/dev-libs/libusb/libusb-0.1.12-r5.ebuild index 38227d6a7427..cb339ecff6ce 100644 --- a/dev-libs/libusb/libusb-0.1.12-r5.ebuild +++ b/dev-libs/libusb/libusb-0.1.12-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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-r5.ebuild,v 1.5 2009/05/16 15:38:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r5.ebuild,v 1.6 2009/05/16 16:43:05 nixnut Exp $ inherit eutils libtool autotools toolchain-funcs @@ -10,7 +10,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" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug doc nocxx" RESTRICT="test" |