Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/barry/
Date: Sun, 10 Dec 2017 14:17:05
Message-Id: 1512915392.db8e7dbf593a9609aeb1c166ed84fffd0b5172bc.soap@gentoo
1 commit: db8e7dbf593a9609aeb1c166ed84fffd0b5172bc
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:57 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:16:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8e7dbf
7
8 app-pda/barry: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-pda/barry/barry-0.18.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-pda/barry/barry-0.18.3.ebuild b/app-pda/barry/barry-0.18.3.ebuild
16 index 248e554676a..48454eed302 100644
17 --- a/app-pda/barry/barry-0.18.3.ebuild
18 +++ b/app-pda/barry/barry-0.18.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -17,7 +17,7 @@ RDEPEND=">=dev-cpp/libxmlpp-2.6:2.6
26 >=dev-libs/glib-2
27 >=dev-libs/libtar-1.2.11-r2
28 >=media-libs/libsdl-1.2
29 - >=sys-fs/fuse-2.5
30 + >=sys-fs/fuse-2.5:=
31 sys-libs/zlib
32 virtual/libusb:1
33 boost? ( >=dev-libs/boost-1.33 )