From e0ce32fdb118c0b9bd5c2ff2614c70328dc5ba3d Mon Sep 17 00:00:00 2001 From: Steve Arnold Date: Sun, 18 Mar 2018 11:10:41 -0700 Subject: xf86-video-armada+libdrm-armada: ebuild cleanup Signed-off-by: Steve Arnold --- x11-drivers/xf86-video-armada/xf86-video-armada-9999.ebuild | 7 +++++-- x11-libs/libdrm-armada/libdrm-armada-9999.ebuild | 3 +-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/x11-drivers/xf86-video-armada/xf86-video-armada-9999.ebuild b/x11-drivers/xf86-video-armada/xf86-video-armada-9999.ebuild index 405553a..7c08f87 100644 --- a/x11-drivers/xf86-video-armada/xf86-video-armada-9999.ebuild +++ b/x11-drivers/xf86-video-armada/xf86-video-armada-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,8 +12,9 @@ XORG_DRI="always" inherit xorg-2 git-r3 if [[ ${PV} = 9999 ]]; then + #EGIT_BRANCH="unstable-devel" EGIT_BRANCH="devel" - KEYWORDS="2e9cb9c97a7049aed185f0fa182f0b1665e965dc" + KEYWORDS="" else EGIT_COMMIT="87e9fa065c8aa82715a2941ebb8d3af73b145263" KEYWORDS="~arm" @@ -34,6 +35,8 @@ pkg_setup() { xorg-2_pkg_setup # note: vivante requires libGAL + # and with-etnaviv-source is only on devel branch + #--with-etnaviv-source="${S}"/etna_viv XORG_CONFIGURE_OPTIONS=( --disable-vivante $(use_enable etnaviv) diff --git a/x11-libs/libdrm-armada/libdrm-armada-9999.ebuild b/x11-libs/libdrm-armada/libdrm-armada-9999.ebuild index 43a6710..d181200 100644 --- a/x11-libs/libdrm-armada/libdrm-armada-9999.ebuild +++ b/x11-libs/libdrm-armada/libdrm-armada-9999.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ EAPI=5 -- cgit v1.2.3-65-gdbad