commit: c1badffeb650dc749233b1172148700e7f762c5c
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 01:18:56 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 01:19:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1badffe
dev-games/aseprite: add missing dep on pkgconfig for webp and gtk3 flags
>From the source:
CMakeLists.txt:204: pkg_check_modules(WEBP libwebp)
CMakeLists.txt:368: pkg_check_modules(GTKMM gtkmm-3.0)
Package-Manager: portage-2.2.28
dev-games/aseprite/aseprite-1.1.6.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-games/aseprite/aseprite-1.1.6.ebuild
b/dev-games/aseprite/aseprite-1.1.6.ebuild
index 97b21ca..3556ef9 100644
--- a/dev-games/aseprite/aseprite-1.1.6.ebuild
+++ b/dev-games/aseprite/aseprite-1.1.6.ebuild
@@ -35,7 +35,9 @@ RDEPEND="dev-libs/tinyxml
dev-qt/qtcore:5
kde-frameworks/kio:5 )"
DEPEND="${RDEPEND}
- app-arch/unzip"
+ app-arch/unzip
+ gtk3? ( virtual/pkgconfig )
+ webp? ( virtual/pkgconfig )"
DOCS=( docs/files/ase.txt
docs/files/fli.txt