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>
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"
systemd? ( sys-apps/systemd sys-apps/dbus )"
DEPEND="${RDEPEND}
+ virtual/pkgconfig
dev-libs/wayland-protocols"
src_configure() {
EGIT_REPO_URI="https://github.com/Cloudef/wlc.git"
-LICENSE="MIT"
+LICENSE="MIT ZLIB"
SLOT="0"
KEYWORDS=""
IUSE="X static-libs systemd"
systemd? ( sys-apps/systemd sys-apps/dbus )"
DEPEND="${RDEPEND}
+ virtual/pkgconfig
dev-libs/wayland-protocols"
src_configure() {