diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-10-03 11:00:15 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-10-03 11:00:15 +0000 |
commit | 480d890a5b8d3af52a6f6acb0ebe7bb7fb182302 (patch) | |
tree | 4d20fc0722ab4625f0f200c561b87c6387c83f00 /dev-libs/libusb | |
parent | Keyworded ~x86-fbsd, #194578 thanks to Andreas Nilsson. (diff) | |
download | gentoo-2-480d890a5b8d3af52a6f6acb0ebe7bb7fb182302.tar.gz gentoo-2-480d890a5b8d3af52a6f6acb0ebe7bb7fb182302.tar.bz2 gentoo-2-480d890a5b8d3af52a6f6acb0ebe7bb7fb182302.zip |
Stable on amd64 wrt bug #193891
(Portage version: 2.1.3.11)
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.12-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index eb27bf961305..6ba1a7bc9efa 100644 --- a/dev-libs/libusb/ChangeLog +++ b/dev-libs/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusb # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.75 2007/09/28 18:45:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.76 2007/10/03 11:00:15 angelos Exp $ + + 03 Oct 2007; Christoph Mende <angelos@gentoo.org> libusb-0.1.12-r1.ebuild: + Stable on amd64 wrt bug #193891 28 Sep 2007; nixnut <nixnut@gentoo.org> libusb-0.1.12-r1.ebuild: Stable on ppc wrt bug 193891 diff --git a/dev-libs/libusb/libusb-0.1.12-r1.ebuild b/dev-libs/libusb/libusb-0.1.12-r1.ebuild index 29fdc2ece3e1..23d618771655 100644 --- a/dev-libs/libusb/libusb-0.1.12-r1.ebuild +++ b/dev-libs/libusb/libusb-0.1.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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-r1.ebuild,v 1.6 2007/09/28 18:45:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r1.ebuild,v 1.7 2007/10/03 11:00:15 angelos Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -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" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="debug doc" RESTRICT="test" |