From: Göktürk Yüksek Date: Sat, 21 May 2016 20:34:41 +0000 (-0400) Subject: dev-libs/wlc: add missing license X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9c0239d32d9fa32579940be42b45ad184026b41a;p=gentoo.git dev-libs/wlc: add missing license 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 --- diff --git a/dev-libs/wlc/wlc-0.0.2.ebuild b/dev-libs/wlc/wlc-0.0.2.ebuild index 8917c648a1c3..71e2e7872a0e 100644 --- a/dev-libs/wlc/wlc-0.0.2.ebuild +++ b/dev-libs/wlc/wlc-0.0.2.ebuild @@ -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() { diff --git a/dev-libs/wlc/wlc-9999.ebuild b/dev-libs/wlc/wlc-9999.ebuild index a25e85568392..84647c88fc61 100644 --- a/dev-libs/wlc/wlc-9999.ebuild +++ b/dev-libs/wlc/wlc-9999.ebuild @@ -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() {