diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-04 11:11:15 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-04 11:30:52 -0800 |
commit | b8d0453be0cc13b2b61bb3ad40f5df1bf21c4233 (patch) | |
tree | bcf476a296dc5b6a0d1909b116c33ee5377ad737 /dev-libs/wayland | |
parent | dev-libs/wayland: virtual/libffi -> dev-libs/libffi (diff) | |
download | gentoo-b8d0453be0cc13b2b61bb3ad40f5df1bf21c4233.tar.gz gentoo-b8d0453be0cc13b2b61bb3ad40f5df1bf21c4233.tar.bz2 gentoo-b8d0453be0cc13b2b61bb3ad40f5df1bf21c4233.zip |
dev-libs/wayland: Remove IUSE=static-libs
IUSE=static-libs was silently dropped in commit 73068fd11c42
(dev-libs/wayland: bump to 1.13.0). Evidently there is no need for
static libs.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/wayland-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild index 9bad5f8f80e6..ca127148e088 100644 --- a/dev-libs/wayland/wayland-9999.ebuild +++ b/dev-libs/wayland/wayland-9999.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/waylan LICENSE="MIT" SLOT="0" -IUSE="doc static-libs" +IUSE="doc" BDEPEND=" virtual/pkgconfig |