diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:49:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:49:24 +0000 |
commit | ba11bfae495095b8afc950911e6bf6784787eb10 (patch) | |
tree | 22cf838b6a5daa96841c25731cb5696af8d1d6aa | |
parent | sync IUSE (missing) (diff) | |
download | historical-ba11bfae495095b8afc950911e6bf6784787eb10.tar.gz historical-ba11bfae495095b8afc950911e6bf6784787eb10.tar.bz2 historical-ba11bfae495095b8afc950911e6bf6784787eb10.zip |
sync IUSE (+debug, +doc)
-rw-r--r-- | dev-libs/libusb/libusb-0.1.7-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.7.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.8.ebuild | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/libusb/libusb-0.1.7-r1.ebuild b/dev-libs/libusb/libusb-0.1.7-r1.ebuild index f824571b5dd6..de3e9a865858 100644 --- a/dev-libs/libusb/libusb-0.1.7-r1.ebuild +++ b/dev-libs/libusb/libusb-0.1.7-r1.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.7-r1.ebuild,v 1.6 2004/07/02 04:51:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.7-r1.ebuild,v 1.7 2004/07/14 14:49:24 agriffis Exp $ DESCRIPTION="Userspace access to USB devices" HOMEPAGE="http://libusb.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/libusb/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 sparc ppc alpha amd64 ia64" +IUSE="debug doc" DEPEND="virtual/libc doc? ( app-text/openjade =app-text/docbook-sgml-dtd-3.1-r1 )" diff --git a/dev-libs/libusb/libusb-0.1.7.ebuild b/dev-libs/libusb/libusb-0.1.7.ebuild index 9e4749f470c8..ca832896ec4a 100644 --- a/dev-libs/libusb/libusb-0.1.7.ebuild +++ b/dev-libs/libusb/libusb-0.1.7.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.7.ebuild,v 1.11 2004/07/02 04:51:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.7.ebuild,v 1.12 2004/07/14 14:49:24 agriffis Exp $ DESCRIPTION="Userspace access to USB devices" HOMEPAGE="http://libusb.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/libusb/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 sparc ppc alpha" +IUSE="debug doc" DEPEND="virtual/libc doc? ( app-text/openjade =app-text/docbook-sgml-dtd-3.1-r1 )" diff --git a/dev-libs/libusb/libusb-0.1.8.ebuild b/dev-libs/libusb/libusb-0.1.8.ebuild index fbe4e2b0d615..3de07ec30c1e 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.4 2004/06/24 23:25:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.8.ebuild,v 1.5 2004/07/14 14:49:24 agriffis Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libusb/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64 ~ia64" -IUSE="" +IUSE="debug doc" DEPEND="sys-devel/libtool doc? ( app-text/openjade |