Skip to content

Commit

Permalink
app-pda/pilot-link: [QA] Fix dependency.missingslot
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.16, Repoman-2.3.6
  • Loading branch information
SoapGentoo committed Dec 10, 2017
1 parent c4ee03d commit 35ec93b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-l
IUSE="bluetooth debug java perl png python readline static-libs threads usb"

COMMON_DEPEND="dev-libs/popt
>=sys-libs/ncurses-5.7-r7
>=sys-libs/ncurses-5.7-r7:0=
virtual/libiconv
bluetooth? ( net-wireless/bluez )
perl? ( >=dev-lang/perl-5.12 )
png? ( media-libs/libpng:0 )
readline? ( >=sys-libs/readline-6 )
png? ( media-libs/libpng:0= )
readline? ( >=sys-libs/readline-6:0= )
usb? ( virtual/libusb:0 )"
DEPEND="${COMMON_DEPEND}
java? ( >=virtual/jdk-1.4 )"
Expand Down

0 comments on commit 35ec93b

Please sign in to comment.