commit: 9c0239d32d9fa32579940be42b45ad184026b41a Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Sat May 21 20:34:41 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Tue May 24 03:06:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0239d3
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 <idella4 <AT> gentoo.org> 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 8917c64..71e2e78 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 a25e855..84647c8 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() {
