diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 12:59:50 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 12:59:50 +0100 |
commit | 62c2aad455f2462fcbfb522022aa6ec3e8d1342f (patch) | |
tree | 0824330820b3f8561246fcd9d02962ca6f5fe4e9 /media-libs/libepoxy | |
parent | dev-util/vulkan-tools: amd64 stable wrt bug #704592 (diff) | |
download | gentoo-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/libepoxy')
-rw-r--r-- | media-libs/libepoxy/libepoxy-1.5.4.ebuild | 4 |
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 |