diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-24 07:40:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-24 07:40:05 +0000 |
commit | 3dd713e27f3d358afe4d64f57b539be441ba9aa1 (patch) | |
tree | 1d577eaff0b151298451b5c0d3fbd131102c6aac /sci-libs/libticables2 | |
parent | Version bump. (diff) | |
download | gentoo-2-3dd713e27f3d358afe4d64f57b539be441ba9aa1.tar.gz gentoo-2-3dd713e27f3d358afe4d64f57b539be441ba9aa1.tar.bz2 gentoo-2-3dd713e27f3d358afe4d64f57b539be441ba9aa1.zip |
sci-libs/libticables2: We need enable-libusb and enable-libusb10 for usb support; debugging support added
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/libticables2')
-rw-r--r-- | sci-libs/libticables2/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/libticables2/libticables2-1.3.3-r1.ebuild (renamed from sci-libs/libticables2/libticables2-1.3.3.ebuild) | 7 |
2 files changed, 12 insertions, 4 deletions
diff --git a/sci-libs/libticables2/ChangeLog b/sci-libs/libticables2/ChangeLog index b1b74a919b26..202dec3e8f41 100644 --- a/sci-libs/libticables2/ChangeLog +++ b/sci-libs/libticables2/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-libs/libticables2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/ChangeLog,v 1.12 2013/01/23 11:58:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/ChangeLog,v 1.13 2013/01/24 07:40:05 jlec Exp $ + +*libticables2-1.3.3-r1 (24 Jan 2013) + + 24 Jan 2013; Justin Lecher <jlec@gentoo.org> -libticables2-1.3.3.ebuild, + +libticables2-1.3.3-r1.ebuild: + We need enable-libusb and enable-libusb10 for usb support; debugging support + added 23 Jan 2013; Justin Lecher <jlec@gentoo.org> libticables2-1.3.3.ebuild, metadata.xml: diff --git a/sci-libs/libticables2/libticables2-1.3.3.ebuild b/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild index e6f187c311ab..944433f3bffb 100644 --- a/sci-libs/libticables2/libticables2-1.3.3.ebuild +++ b/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/libticables2-1.3.3.ebuild,v 1.7 2013/01/23 11:48:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild,v 1.1 2013/01/24 07:40:05 jlec Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="doc nls static-libs usb" +IUSE="debug doc nls static-libs usb" RDEPEND=" dev-libs/glib:2 @@ -29,10 +29,11 @@ DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) src_configure() { # --disable-libusb $(use_enable usb libusb10) would enable virtual/libusb:1 econf \ - --disable-libusb \ --disable-rpath \ + $(use_enable debug logging) \ $(use_enable nls) \ $(use_enable static-libs static) \ + $(use_enable usb libusb) \ $(use_enable usb libusb10) } |