From 9c0239d32d9fa32579940be42b45ad184026b41a Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6kt=C3=BCrk=20Y=C3=BCksek?= Date: Sat, 21 May 2016 16:34:41 -0400 Subject: [PATCH] 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 --- dev-libs/wlc/wlc-0.0.2.ebuild | 3 ++- dev-libs/wlc/wlc-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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() { -- 2.26.2