summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-01-03 12:59:50 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-01-03 12:59:50 +0100
commit62c2aad455f2462fcbfb522022aa6ec3e8d1342f (patch)
tree0824330820b3f8561246fcd9d02962ca6f5fe4e9 /media-libs
parentdev-util/vulkan-tools: amd64 stable wrt bug #704592 (diff)
downloadgentoo-62c2aad455f2462fcbfb522022aa6ec3e8d1342f.tar.gz
gentoo-62c2aad455f2462fcbfb522022aa6ec3e8d1342f.tar.bz2
gentoo-62c2aad455f2462fcbfb522022aa6ec3e8d1342f.zip
media-libs/libepoxy: amd64 stable wrt bug #704592
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libepoxy/libepoxy-1.5.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libepoxy/libepoxy-1.5.4.ebuild b/media-libs/libepoxy/libepoxy-1.5.4.ebuild
index 667228151062..155d65b3d67a 100644
--- a/media-libs/libepoxy/libepoxy-1.5.4.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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 ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi