commit: 2e4b25d9ca6c8cde2de790940733fbc914799b9b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 19:12:51 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 19:17:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4b25d9
media-libs/libsfml: drop kernel_Winnt cruft
Support is already gone.
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libsfml/libsfml-2.5.1-r1.ebuild | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/media-libs/libsfml/libsfml-2.5.1-r1.ebuild
b/media-libs/libsfml/libsfml-2.5.1-r1.ebuild
index 6d65d6438f26..d5937df91ebb 100644
--- a/media-libs/libsfml/libsfml-2.5.1-r1.ebuild
+++ b/media-libs/libsfml/libsfml-2.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,13 +24,11 @@ RDEPEND="
media-libs/openal
sys-libs/zlib
virtual/opengl
+ x11-libs/libX11
+ x11-libs/libXrandr
+ x11-libs/libxcb
+ x11-libs/xcb-util-image
kernel_linux? ( virtual/libudev:= )
- !kernel_Winnt? (
- x11-libs/libX11
- x11-libs/libXrandr
- x11-libs/libxcb
- x11-libs/xcb-util-image
- )
"
DEPEND="${RDEPEND}"
BDEPEND="
@@ -59,9 +57,6 @@ src_configure() {
-DSFML_INSTALL_PKGCONFIG_FILES=TRUE
)
- if use kernel_Winnt; then
- mycmakeargs+=( -DSFML_USE_SYSTEM_DEPS=TRUE )
- fi
cmake_src_configure
}