diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-19 02:48:40 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-19 02:48:40 +0000 |
commit | cebb2c0ee4ec7780124c7bf64e66db81999aa8e7 (patch) | |
tree | f786f1bcc3c34fb1a3a55b093c0feb7c5027a276 /dev-libs/libusb | |
parent | stable on ppc64, bug #57128 (Manifest recommit) (diff) | |
download | gentoo-2-cebb2c0ee4ec7780124c7bf64e66db81999aa8e7.tar.gz gentoo-2-cebb2c0ee4ec7780124c7bf64e66db81999aa8e7.tar.bz2 gentoo-2-cebb2c0ee4ec7780124c7bf64e66db81999aa8e7.zip |
stable on ppc64, bug #57128
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index a99737a801cf..4fe3733bd898 100644 --- a/dev-libs/libusb/ChangeLog +++ b/dev-libs/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusb # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.20 2004/07/02 04:51:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.21 2004/07/19 02:48:40 tgall Exp $ + + 18 Jul 2004; Tom Gall <tgall@gentoo.org> libusb-0.1.8.ebuild: + stable on ppc64, bug #57128 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> libusb-0.1.7-r1.ebuild, libusb-0.1.7.ebuild: diff --git a/dev-libs/libusb/libusb-0.1.8.ebuild b/dev-libs/libusb/libusb-0.1.8.ebuild index 3de07ec30c1e..28dffd60be96 100644 --- a/dev-libs/libusb/libusb-0.1.8.ebuild +++ b/dev-libs/libusb/libusb-0.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.8.ebuild,v 1.5 2004/07/14 14:49:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.8.ebuild,v 1.6 2004/07/19 02:48:40 tgall Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/libusb/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64 ~ia64" +KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64 ~ia64 ppc64" IUSE="debug doc" DEPEND="sys-devel/libtool |