summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/plex-media-server/plex-media-server-1.10.1.ebuild')
-rw-r--r--media-tv/plex-media-server/plex-media-server-1.10.1.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/media-tv/plex-media-server/plex-media-server-1.10.1.ebuild b/media-tv/plex-media-server/plex-media-server-1.10.1.ebuild
index 760f6bd70b88..7941b222c814 100644
--- a/media-tv/plex-media-server/plex-media-server-1.10.1.ebuild
+++ b/media-tv/plex-media-server/plex-media-server-1.10.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="amd64? ( ${URI}/${_FULL_VERSION}/plexmediaserver_${_FULL_VERSION}_amd64
SLOT="0"
LICENSE="Plex"
RESTRICT="bindist strip"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
@@ -84,7 +84,8 @@ src_install() {
doinitd "${FILESDIR}/init.d/${PN}"
doconfd "${FILESDIR}/conf.d/${PN}"
- _handle_multilib
+ # Disabling due to Bug 644694
+ #_handle_multilib
# Install systemd service file
local INIT_NAME="${PN}.service"
@@ -107,6 +108,10 @@ pkg_postinst() {
elog "To start the Plex Server, run 'rc-config start plex-media-server', you will then be able to access your library at http://<ip>:32400/web/"
}
+# Bug 644694. We shouldn't register plex libraries in global
+# library path since this will cause other packages on the system
+# to break.
+
# Finds out where the library directory is for this system
# and handles ldflags as to not break library dependencies
# during rebuilds.