Skip to content

Commit

Permalink
dev-embedded/urjtag: Use old-style wildcard dep on libftdi
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Wegener <[email protected]>
  • Loading branch information
swegener committed Jan 10, 2016
1 parent d68f063 commit c145c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-embedded/urjtag/urjtag-0.10.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc sparc x86"
IUSE="ftdi readline"

DEPEND="!dev-embedded/jtag
ftdi? ( dev-embedded/libftdi )
ftdi? ( =dev-embedded/libftdi-0* )
readline? ( sys-libs/readline )"

src_compile() {
Expand Down

0 comments on commit c145c6f

Please sign in to comment.