summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-05-21 16:34:41 -0400
committerIan Delaney <idella4@gentoo.org>2016-05-24 11:06:32 +0800
commit9c0239d32d9fa32579940be42b45ad184026b41a (patch)
treeffd113ff5fb9d817658cfa768e7a4ff42afaf10a
parentdev-libs/sway: add missing build time dep on pkgconfig (diff)
downloadgentoo-9c0239d32d9fa32579940be42b45ad184026b41a.tar.gz
gentoo-9c0239d32d9fa32579940be42b45ad184026b41a.tar.bz2
gentoo-9c0239d32d9fa32579940be42b45ad184026b41a.zip
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@gentoo.org>
-rw-r--r--dev-libs/wlc/wlc-0.0.2.ebuild3
-rw-r--r--dev-libs/wlc/wlc-9999.ebuild3
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() {