diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-01-19 21:03:55 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-01-19 22:06:53 +0200 |
commit | ae1f5ce1e7caace8e7a852ad87b6858530ee1efa (patch) | |
tree | 1422fc260a3f19a876cd5cc5a0baa47b21b06e19 /media-libs/libepoxy | |
parent | x11-libs/gtk+: arm64 stable (diff) | |
download | gentoo-ae1f5ce1e7caace8e7a852ad87b6858530ee1efa.tar.gz gentoo-ae1f5ce1e7caace8e7a852ad87b6858530ee1efa.tar.bz2 gentoo-ae1f5ce1e7caace8e7a852ad87b6858530ee1efa.zip |
media-libs/libepoxy: arm64 stable
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs/libepoxy')
-rw-r--r-- | media-libs/libepoxy/libepoxy-1.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libepoxy/libepoxy-1.5.3.ebuild b/media-libs/libepoxy/libepoxy-1.5.3.ebuild index cd5c46ee584a..163ae56825aa 100644 --- a/media-libs/libepoxy/libepoxy-1.5.3.ebuild +++ b/media-libs/libepoxy/libepoxy-1.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/anholt/libepoxy" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd" SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi |