diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-07-30 04:56:13 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-07-30 04:57:30 -0400 |
commit | 4239e9d08b9bfdb0d4c2ffbac3c3151c07a8ec21 (patch) | |
tree | c57163e4285f99f759098c2b315e9a69723e3559 /games-util | |
parent | app-portage/hackport: drop 0.7.2.1 (diff) | |
download | gentoo-4239e9d08b9bfdb0d4c2ffbac3c3151c07a8ec21.tar.gz gentoo-4239e9d08b9bfdb0d4c2ffbac3c3151c07a8ec21.tar.bz2 gentoo-4239e9d08b9bfdb0d4c2ffbac3c3151c07a8ec21.zip |
games-util/libstrangle: xorg-proto -> libX11
Oops, tend to think xorg-proto too much when it comes to X headers.
Bug: https://bugs.gentoo.org/862228
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild index 9f44a3907396..e888e13c7740 100644 --- a/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild +++ b/games-util/libstrangle/libstrangle-0.1.1_p20220222.ebuild @@ -20,7 +20,7 @@ RDEPEND="sys-apps/grep[pcre]" DEPEND=" dev-util/vulkan-headers media-libs/libglvnd - x11-base/xorg-proto" + x11-libs/libX11" QA_SONAME="usr/lib.*/libstrangle.*" # intended for dlopen() |