diff options
author | 2013-11-13 06:09:39 +0000 | |
---|---|---|
committer | 2013-11-13 06:09:39 +0000 | |
commit | a112cf98a85cd99dfa42a9af14658fc55594d633 (patch) | |
tree | 6396c39d83125b24aaea4b0304c6802adf6d0d3f | |
parent | alpha stable, bug 488708. (diff) | |
download | gentoo-2-a112cf98a85cd99dfa42a9af14658fc55594d633.tar.gz gentoo-2-a112cf98a85cd99dfa42a9af14658fc55594d633.tar.bz2 gentoo-2-a112cf98a85cd99dfa42a9af14658fc55594d633.zip |
alpha stable, bug 488708.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
-rw-r--r-- | dev-libs/libusb-compat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb-compat/ChangeLog b/dev-libs/libusb-compat/ChangeLog index 7a75fb65157f..18b75ae08f42 100644 --- a/dev-libs/libusb-compat/ChangeLog +++ b/dev-libs/libusb-compat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusb-compat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/ChangeLog,v 1.41 2013/10/24 15:24:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/ChangeLog,v 1.42 2013/11/13 06:09:39 mattst88 Exp $ + + 13 Nov 2013; Matt Turner <mattst88@gentoo.org> libusb-compat-0.1.5-r2.ebuild: + alpha stable, bug 488708. 24 Oct 2013; Jeroen Roovers <jer@gentoo.org> libusb-compat-0.1.5-r2.ebuild: Stable for HPPA (bug #488708). diff --git a/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild b/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild index 4f316e098871..fba278a81871 100644 --- a/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild +++ b/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild,v 1.5 2013/10/24 15:24:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild,v 1.6 2013/11/13 06:09:39 mattst88 Exp $ EAPI=5 inherit eutils toolchain-funcs multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN/-compat}/${P}.tar.bz2" LICENSE="LGPL-2.1" 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 examples static-libs" RDEPEND="virtual/libusb:1[${MULTILIB_USEDEP}] |