diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-02-09 12:44:35 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-02-09 12:51:21 +0000 |
commit | 2f7fdbed40cf24773496b70988d6f8f299b92b4a (patch) | |
tree | 0c5f1dee427dbe174bc778de659c8cab857eb5d1 /media-libs/libepoxy | |
parent | dev-libs/vc: add ~x64-macos keyword (diff) | |
download | gentoo-2f7fdbed40cf24773496b70988d6f8f299b92b4a.tar.gz gentoo-2f7fdbed40cf24773496b70988d6f8f299b92b4a.tar.bz2 gentoo-2f7fdbed40cf24773496b70988d6f8f299b92b4a.zip |
media-libs/libepoxy: Sync changes to 9999 ebuild.
Diffstat (limited to 'media-libs/libepoxy')
-rw-r--r-- | media-libs/libepoxy/libepoxy-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 4665cdff1211..16148fedbf2f 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,13 +22,13 @@ if [[ ${PV} = 9999* ]]; then KEYWORDS="" SRC_URI="" else - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" - SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT" SLOT="0" -IUSE="" +IUSE="test" RESTRICT="test" # FIXME: tests fail when run from portage. DEPEND="${PYTHON_DEPS} |