diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-02-12 18:37:15 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-02-12 18:37:15 +0000 |
commit | 2fc4b965d3803de83895712ec822d58169e7e2b3 (patch) | |
tree | 1cccf01051ad4365c6b87395255d8901bcacad04 /dev-libs | |
parent | Rename old snapshot to work with newer versioned. (diff) | |
download | gentoo-2-2fc4b965d3803de83895712ec822d58169e7e2b3.tar.gz gentoo-2-2fc4b965d3803de83895712ec822d58169e7e2b3.tar.bz2 gentoo-2-2fc4b965d3803de83895712ec822d58169e7e2b3.zip |
alpha/ia64/m68k/s390/sh/sparc stable wrt #399713
(Portage version: 2.1.10.44/cvs/Linux ia64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-1.0.9_rc3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index aeb449b6f079..966d2645a89d 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.130 2012/02/07 15:32:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.131 2012/02/12 18:37:15 armin76 Exp $ + + 12 Feb 2012; Raúl Porcel <armin76@gentoo.org> libusb-1.0.9_rc3.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #399713 07 Feb 2012; Jeroen Roovers <jer@gentoo.org> libusb-1.0.9_rc3.ebuild: Stable for HPPA (bug #399713). diff --git a/dev-libs/libusb/libusb-1.0.9_rc3.ebuild b/dev-libs/libusb/libusb-1.0.9_rc3.ebuild index 4cc59ee06ed1..57bd015c81ee 100644 --- a/dev-libs/libusb/libusb-1.0.9_rc3.ebuild +++ b/dev-libs/libusb/libusb-1.0.9_rc3.ebuild @@ -1,6 +1,6 @@ # 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-1.0.9_rc3.ebuild,v 1.6 2012/02/07 15:32:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-1.0.9_rc3.ebuild,v 1.7 2012/02/12 18:37:15 armin76 Exp $ EAPI=4 inherit autotools @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/libu/${PN}-${PV%.*}/${PN}-${PV%.*}_${PV/_/~}. LICENSE="LGPL-2.1" SLOT="1" -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 static-libs" RDEPEND="" |