forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <[email protected]>
- Loading branch information
1 parent
972df64
commit 2a9d10d
Showing
2 changed files
with
9 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI="7" | ||
EAPI=7 | ||
|
||
DESCRIPTION="FUSE file system for interfacing with digital cameras using gphoto2" | ||
HOMEPAGE="http://www.gphoto.org/" | ||
SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
KEYWORDS="amd64 x86" | ||
|
||
RDEPEND=">=media-libs/libgphoto2-2.5.0 | ||
>=sys-fs/fuse-2.5:0 | ||
>=dev-libs/glib-2.6" | ||
RDEPEND=" | ||
dev-libs/glib:2 | ||
media-libs/libgphoto2:= | ||
sys-fs/fuse:0=" | ||
DEPEND="${RDEPEND}" | ||
BDEPEND="virtual/pkgconfig | ||
>=sys-devel/gettext-0.14.1" | ||
BDEPEND=" | ||
sys-devel/gettext | ||
virtual/pkgconfig" |
This file was deleted.
Oops, something went wrong.