dev-libs/wlc: add missing license
authorGöktürk Yüksek <gokturk@gentoo.org>
Sat, 21 May 2016 20:34:41 +0000 (16:34 -0400)
committerIan Delaney <idella4@gentoo.org>
Tue, 24 May 2016 03:06:32 +0000 (11:06 +0800)
also add missing build dependency on pkgconfig

This package bundles the source for another package with ZLIB license.
It's also missing a build dependency on pkgconfig.

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1505

Signed-off-by: Ian Delaney <idella4@gentoo.org>
dev-libs/wlc/wlc-0.0.2.ebuild
dev-libs/wlc/wlc-9999.ebuild

index 8917c648a1c33de50c89ef781216235357a8c901..71e2e7872a0ebf611cafc228318a52b94eb0111a 100644 (file)
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/Cloudef/wlc"
 
 SRC_URI="https://github.com/Cloudef/wlc/releases/download/v${PV}/${P}.tar.bz2"
 
-LICENSE="MIT"
+LICENSE="MIT ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="X static-libs systemd"
@@ -31,6 +31,7 @@ RDEPEND="virtual/opengl
                systemd? ( sys-apps/systemd sys-apps/dbus )"
 
 DEPEND="${RDEPEND}
+       virtual/pkgconfig
                dev-libs/wayland-protocols"
 
 src_configure() {
index a25e85568392b19a51720401420ce773945c0357..84647c88fc61b770ed77e60ab82a6057ebe2fbf7 100644 (file)
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/Cloudef/wlc"
 
 EGIT_REPO_URI="https://github.com/Cloudef/wlc.git"
 
-LICENSE="MIT"
+LICENSE="MIT ZLIB"
 SLOT="0"
 KEYWORDS=""
 IUSE="X static-libs systemd"
@@ -31,6 +31,7 @@ RDEPEND="virtual/opengl
                systemd? ( sys-apps/systemd sys-apps/dbus )"
 
 DEPEND="${RDEPEND}
+       virtual/pkgconfig
                dev-libs/wayland-protocols"
 
 src_configure() {