commit: 69db8036643a3b20b5b98e89e2518a283258c7de Author: stefson <herrtimson <AT> yahoo <DOT> de> AuthorDate: Wed Nov 7 19:52:38 2018 +0000 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> CommitDate: Sun Mar 24 23:52:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69db8036
media-libs/raspberrypi-userland: 9999: remove upstreamed patch Closes: https://bugs.gentoo.org/641046 Link: https://github.com/raspberrypi/userland/commit/2fe51001dbd421ac35a55af443ac080b50128266 Signed-off-by: Steffen Kuhn <nielson2 <AT> yandex.com> Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org> .../files/raspberrypi-userland-9999-gentoo.patch | 15 --------------- .../raspberrypi-userland/raspberrypi-userland-9999.ebuild | 2 -- 2 files changed, 17 deletions(-) diff --git a/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch b/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch deleted file mode 100644 index a5e60554cd1..00000000000 --- a/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- raspberrypi-userland-9999/host_applications/linux/apps/dtoverlay/CMakeLists.txt.old 2017-02-04 19:01:38.944537134 +0100 -+++ raspberrypi-userland-9999/host_applications/linux/apps/dtoverlay/CMakeLists.txt 2017-02-04 19:02:09.634401479 +0100 -@@ -22,12 +22,4 @@ - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dtparam DESTINATION bin) - - set(DTOVERLAY_SCRIPTS dtoverlay-pre dtoverlay-post) --foreach(_script ${DTOVERLAY_SCRIPTS}) -- add_custom_command( -- TARGET dtoverlay -- COMMAND ${CMAKE_COMMAND} -- -E copy ${CMAKE_CURRENT_SOURCE_DIR}/${_script} -- ${CMAKE_BINARY_DIR}/../../bin/${_script} -- ) --endforeach() - install(PROGRAMS ${DTOVERLAY_SCRIPTS} DESTINATION bin) diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild index 99b34886324..6906bbc7039 100644 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild @@ -18,8 +18,6 @@ RDEPEND="" EGIT_REPO_URI="https://github.com/raspberrypi/userland" -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) - pkg_setup() { append-ldflags $(no-as-needed) }