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 392F1138334 for ; Fri, 6 Jul 2018 18:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6816CE0967; Fri, 6 Jul 2018 18:16:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9812E0967 for ; Fri, 6 Jul 2018 18:16:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A400335C32 for ; Fri, 6 Jul 2018 18:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 269C1352 for ; Fri, 6 Jul 2018 18:16:03 +0000 (UTC) From: "Jonathan Vasquez" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Vasquez" Message-ID: <1530900940.ef357d36cc2ee3a855d8c7f3cfc74b26864560c0.fearedbliss@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/plex-media-server/plex-media-server-1.13.2-r1.ebuild media-tv/plex-media-server/plex-media-server-1.13.2.ebuild X-VCS-Directories: media-tv/plex-media-server/ X-VCS-Committer: fearedbliss X-VCS-Committer-Name: Jonathan Vasquez X-VCS-Revision: ef357d36cc2ee3a855d8c7f3cfc74b26864560c0 X-VCS-Branch: master Date: Fri, 6 Jul 2018 18:16:03 +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: 094025ac-6845-4bfd-92f5-8d9100c01b3a X-Archives-Hash: 55e319129f0625ece9baadfc81de0d15 commit: ef357d36cc2ee3a855d8c7f3cfc74b26864560c0 Author: Jonathan Vasquez gentoo org> AuthorDate: Fri Jul 6 18:15:40 2018 +0000 Commit: Jonathan Vasquez gentoo org> CommitDate: Fri Jul 6 18:15:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef357d36 media-tv/plex-media-server: Fixes Bug 659702. Package-Manager: Portage-2.3.41, Repoman-2.3.9 ...ia-server-1.13.2.ebuild => plex-media-server-1.13.2-r1.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/media-tv/plex-media-server/plex-media-server-1.13.2.ebuild b/media-tv/plex-media-server/plex-media-server-1.13.2-r1.ebuild similarity index 90% rename from media-tv/plex-media-server/plex-media-server-1.13.2.ebuild rename to media-tv/plex-media-server/plex-media-server-1.13.2-r1.ebuild index 63a8831254d..62c09b5f2ab 100644 --- a/media-tv/plex-media-server/plex-media-server-1.13.2.ebuild +++ b/media-tv/plex-media-server/plex-media-server-1.13.2-r1.ebuild @@ -135,7 +135,13 @@ _handle_multilib() { # so it doesn't try to rebuild libraries that can't be rebuilt. _mask_plex_libraries_revdep() { dodir /etc/revdep-rebuild/ - echo "SEARCH_DIRS_MASK=\"${EPREFIX}/usr/$(get_libdir)/plexmediaserver\"" > "${ED}"/etc/revdep-rebuild/80plexmediaserver + + # Bug: 659702. The upstream plex binary installs its precompiled package to /usr/lib. + # Due to profile 17.1 splitting /usr/lib and /usr/lib64, we can no longer rely + # on the implicit symlink automatically satisfying our revdep requirement when we use $(get_libdir). + # Thus we will match upstream's directory automatically. If upstream switches their location, + # then so should we. + echo "SEARCH_DIRS_MASK=\"${EPREFIX}/usr/lib/plexmediaserver\"" > "${ED}"/etc/revdep-rebuild/80plexmediaserver } # Remove execstack flags from some libraries/executables