diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-06-13 14:28:27 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-06-13 14:31:28 +0200 |
commit | f25148c4a9459a7b44f72c3292b9f04164a7668b (patch) | |
tree | 01d688802747e736151bb0878e27a977b89881b4 /media-libs/libepoxy | |
parent | dev-libs/wayland: ppc64 stable wrt bug #620234 (diff) | |
download | gentoo-f25148c4a9459a7b44f72c3292b9f04164a7668b.tar.gz gentoo-f25148c4a9459a7b44f72c3292b9f04164a7668b.tar.bz2 gentoo-f25148c4a9459a7b44f72c3292b9f04164a7668b.zip |
media-libs/libepoxy: ppc64 stable wrt bug #620234
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/libepoxy')
-rw-r--r-- | media-libs/libepoxy/libepoxy-1.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libepoxy/libepoxy-1.4.2.ebuild b/media-libs/libepoxy/libepoxy-1.4.2.ebuild index 14d99a9a66e6..f5e7b1d63f7c 100644 --- a/media-libs/libepoxy/libepoxy-1.4.2.ebuild +++ b/media-libs/libepoxy/libepoxy-1.4.2.ebuild @@ -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" + 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 |