diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-06-02 20:47:23 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-06-02 20:47:23 +0000 |
commit | 9a199f077b7bc9401952f546b5691a1dac3b27a4 (patch) | |
tree | e0cc8bfe46639bc36fe17dd588323da706f56ee4 /dev-libs/libusb | |
parent | bug 94092 (diff) | |
download | gentoo-2-9a199f077b7bc9401952f546b5691a1dac3b27a4.tar.gz gentoo-2-9a199f077b7bc9401952f546b5691a1dac3b27a4.tar.bz2 gentoo-2-9a199f077b7bc9401952f546b5691a1dac3b27a4.zip |
Stable on hppa
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.10a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index 9cc564d8b50d..9735c65f49a3 100644 --- a/dev-libs/libusb/ChangeLog +++ b/dev-libs/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusb # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.33 2005/06/01 14:32:12 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.34 2005/06/02 20:47:23 killerfox Exp $ + + 02 Jun 2005; Rene Nussbaumer <killerfox@gentoo.org> libusb-0.1.10a.ebuild: + Stable on hppa. 01 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> libusb-0.1.10a.ebuild: Stable on sparc diff --git a/dev-libs/libusb/libusb-0.1.10a.ebuild b/dev-libs/libusb/libusb-0.1.10a.ebuild index 91bf9c781f97..448a1ed71252 100644 --- a/dev-libs/libusb/libusb-0.1.10a.ebuild +++ b/dev-libs/libusb/libusb-0.1.10a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.10a.ebuild,v 1.7 2005/06/01 14:32:12 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.10a.ebuild,v 1.8 2005/06/02 20:47:23 killerfox Exp $ inherit eutils libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/libusb/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 sparc x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 sparc x86" IUSE="debug doc" RDEPEND="" |