diff options
author | 2020-04-14 12:35:53 +0300 | |
---|---|---|
committer | 2020-04-14 12:49:15 +0300 | |
commit | 7455cb000b76eccc082cae9beebdf630527c39a9 (patch) | |
tree | ecec8a37ab41c0552dde2deceb6c685601143057 /media-gfx | |
parent | x11-wm/notion: Take over maintainance (diff) | |
download | gentoo-7455cb000b76eccc082cae9beebdf630527c39a9.tar.gz gentoo-7455cb000b76eccc082cae9beebdf630527c39a9.tar.bz2 gentoo-7455cb000b76eccc082cae9beebdf630527c39a9.zip |
media-gfx/shotwell: fix build depends
Closes: https://bugs.gentoo.org/713092
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/shotwell/shotwell-0.30.8-r1.ebuild (renamed from media-gfx/shotwell/shotwell-0.30.8.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/shotwell/shotwell-0.30.8.ebuild b/media-gfx/shotwell/shotwell-0.30.8-r1.ebuild index 46a07c0e7c7d..b6d749061aa4 100644 --- a/media-gfx/shotwell/shotwell-0.30.8.ebuild +++ b/media-gfx/shotwell/shotwell-0.30.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 VALA_MIN_API_VERSION="0.40" VALA_MAX_API_VERSION="0.46" @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" IUSE="opencv udev" DEPEND=" |