From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC8C0138474 for ; Wed, 19 Oct 2016 19:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17BEDE090B; Wed, 19 Oct 2016 19:43:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA853E090B for ; Wed, 19 Oct 2016 19:43:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57B46341445 for ; Wed, 19 Oct 2016 19:43:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68AF62F7 for ; Wed, 19 Oct 2016 19:43:15 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1476906178.2b73810ed25d8db51a5f018da39f186f59d94831.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raspberrypi-userland/, media-libs/raspberrypi-userland/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild X-VCS-Directories: media-libs/raspberrypi-userland/ media-libs/raspberrypi-userland/files/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 2b73810ed25d8db51a5f018da39f186f59d94831 X-VCS-Branch: master Date: Wed, 19 Oct 2016 19:43:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e609cf2e-8f78-4708-9aae-f4502b94aae4 X-Archives-Hash: 97b4566daa22dc724963301f12d78441 commit: 2b73810ed25d8db51a5f018da39f186f59d94831 Author: Tupone Alfredo gentoo org> AuthorDate: Wed Oct 19 19:42:23 2016 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Oct 19 19:42:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b73810e media-libs/raspberrypi-userland: Patch accepted by upstream Package-Manager: portage-2.3.0 .../files/raspberrypi-userland-9999-gentoo.patch | 10 ---------- .../raspberrypi-userland/raspberrypi-userland-9999.ebuild | 4 ---- 2 files changed, 14 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 f58e288..00000000 --- a/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- CMakeLists.txt.old 2015-02-20 19:37:32.754551301 +0100 -+++ CMakeLists.txt 2015-02-20 19:38:45.643356903 +0100 -@@ -38,6 +38,7 @@ - add_definitions(-DOMX_SKIP64BIT) - add_definitions(-DEGL_SERVER_DISPMANX) - add_definitions(-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) -+add_definitions(-D_GNU_SOURCE) - - # do we actually need this? - add_definitions(-D__VIDEOCORE4__) diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild index 9c5d675..c744808 100644 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild @@ -19,10 +19,6 @@ RDEPEND="" EGIT_REPO_URI="https://github.com/raspberrypi/userland" -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch -} - src_configure() { local mycmakeargs=( -DVMCS_INSTALL_PREFIX="/usr"