diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2018-03-18 11:10:41 -0700 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2018-03-18 11:10:41 -0700 |
commit | e0ce32fdb118c0b9bd5c2ff2614c70328dc5ba3d (patch) | |
tree | b65f2edff24bb30e305e17657034ad96e3a06b1b | |
parent | media-video/mjpg-streamer: fixups after testing on arm64 espressobin (diff) | |
download | arm-e0ce32fdb118c0b9bd5c2ff2614c70328dc5ba3d.tar.gz arm-e0ce32fdb118c0b9bd5c2ff2614c70328dc5ba3d.tar.bz2 arm-e0ce32fdb118c0b9bd5c2ff2614c70328dc5ba3d.zip |
xf86-video-armada+libdrm-armada: ebuild cleanup
Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
-rw-r--r-- | x11-drivers/xf86-video-armada/xf86-video-armada-9999.ebuild | 7 | ||||
-rw-r--r-- | 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 |