diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-11-15 22:12:22 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-11-15 22:12:22 +0000 |
commit | 530025613a3df5432163972e39df657525f932d9 (patch) | |
tree | 6c8cd4404bb4e6c47e0f829712300dba66ce2e8a /dev-libs | |
parent | Removed seamonkey-bin from p.mask. It has a new maintainer (diff) | |
download | gentoo-2-530025613a3df5432163972e39df657525f932d9.tar.gz gentoo-2-530025613a3df5432163972e39df657525f932d9.tar.bz2 gentoo-2-530025613a3df5432163972e39df657525f932d9.zip |
Stable on amd64 wrt bug #390441
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.12-r7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index 46d7ddf2bbb6..8f1b368151bc 100644 --- a/dev-libs/libusb/ChangeLog +++ b/dev-libs/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusb # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.116 2011/11/15 21:24:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.117 2011/11/15 22:12:22 hwoarang Exp $ + + 15 Nov 2011; Markos Chandras <hwoarang@gentoo.org> libusb-0.1.12-r7.ebuild: + Stable on amd64 wrt bug #390441 15 Nov 2011; Jeroen Roovers <jer@gentoo.org> libusb-0.1.12-r7.ebuild: Stable for HPPA (bug #390441). diff --git a/dev-libs/libusb/libusb-0.1.12-r7.ebuild b/dev-libs/libusb/libusb-0.1.12-r7.ebuild index 3bed8f182924..66912e5efaef 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 # 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.6 2011/11/15 21:24:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.7 2011/11/15 22:12:22 hwoarang 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" |