diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:22:40 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:22:40 +0000 |
commit | e67b46376cc8a93bc8b74e33abce2fc9df83e9d7 (patch) | |
tree | 0400b4c848dcf5b65713eacdec366864f6e8184e /dev-libs/libusb | |
parent | initial ebuild #11707 (diff) | |
download | gentoo-2-e67b46376cc8a93bc8b74e33abce2fc9df83e9d7.tar.gz gentoo-2-e67b46376cc8a93bc8b74e33abce2fc9df83e9d7.tar.bz2 gentoo-2-e67b46376cc8a93bc8b74e33abce2fc9df83e9d7.zip |
12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.3b.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.5.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.6a.ebuild | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index 84e3356538ee..1da34040e073 100644 --- a/dev-libs/libusb/ChangeLog +++ b/dev-libs/libusb/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-libs/libusb # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.4 2002/10/23 17:17:32 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.5 2002/12/09 04:21:04 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *libusb-0.1.6a (23 Oct 2002) 23 Oct 2002; Spider <spider@gentoo.org> libusb-0.1.6a.ebuild : diff --git a/dev-libs/libusb/libusb-0.1.3b.ebuild b/dev-libs/libusb/libusb-0.1.3b.ebuild index 44394cdfa35c..668752bfb587 100644 --- a/dev-libs/libusb/libusb-0.1.3b.ebuild +++ b/dev-libs/libusb/libusb-0.1.3b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.3b.ebuild,v 1.8 2002/10/04 05:16:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.3b.ebuild,v 1.9 2002/12/09 04:21:04 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="Userspace access to USB devices" @@ -9,7 +9,7 @@ HOMEPAGE="http://libusb.sourceforge.net" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " DEPEND="virtual/glibc" diff --git a/dev-libs/libusb/libusb-0.1.5.ebuild b/dev-libs/libusb/libusb-0.1.5.ebuild index bba4827dbc18..8a4e5d306771 100644 --- a/dev-libs/libusb/libusb-0.1.5.ebuild +++ b/dev-libs/libusb/libusb-0.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.5.ebuild,v 1.7 2002/10/19 20:24:33 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.5.ebuild,v 1.8 2002/12/09 04:21:04 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="Userspace access to USB devices" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="x86 sparc sparc64 ppc" +KEYWORDS="x86 sparc ppc" src_compile() { econf || die diff --git a/dev-libs/libusb/libusb-0.1.6a.ebuild b/dev-libs/libusb/libusb-0.1.6a.ebuild index ee2feb6bb685..8c33873b1146 100644 --- a/dev-libs/libusb/libusb-0.1.6a.ebuild +++ b/dev-libs/libusb/libusb-0.1.6a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.6a.ebuild,v 1.2 2002/12/04 05:11:16 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.6a.ebuild,v 1.3 2002/12/09 04:21:04 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="Userspace access to USB devices" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="x86 ~sparc ~sparc64 ~ppc" +KEYWORDS="x86 ~sparc ~ppc" src_compile() { econf || die |