summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2015-12-19 20:59:18 +0100
committerMarkus Meier <maekke@gentoo.org>2015-12-19 20:59:18 +0100
commit226e3cc84eff5c4fbdb89d40adeb40efa384565f (patch)
tree4f541097ad0a805cdff62873041545c934aa50b4 /media-libs/libepoxy/libepoxy-1.3.1.ebuild
parentmedia-libs/freeglut: arm stable, bug #559062 (diff)
downloadgentoo-226e3cc84eff5c4fbdb89d40adeb40efa384565f.tar.gz
gentoo-226e3cc84eff5c4fbdb89d40adeb40efa384565f.tar.bz2
gentoo-226e3cc84eff5c4fbdb89d40adeb40efa384565f.zip
media-libs/libepoxy: arm stable, bug #559062
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'media-libs/libepoxy/libepoxy-1.3.1.ebuild')
-rw-r--r--media-libs/libepoxy/libepoxy-1.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libepoxy/libepoxy-1.3.1.ebuild b/media-libs/libepoxy/libepoxy-1.3.1.ebuild
index d95ea6b48e89..82e776b95f3b 100644
--- a/media-libs/libepoxy/libepoxy-1.3.1.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.3.1.ebuild
@@ -19,10 +19,10 @@ inherit autotools-multilib ${GIT_ECLASS} python-any-r1
DESCRIPTION="Epoxy is a library for handling OpenGL function pointer management for you"
HOMEPAGE="https://github.com/anholt/libepoxy"
if [[ ${PV} = 9999* ]]; then
- KEYWORDS=""
+ KEYWORDS="arm"
SRC_URI=""
else
- KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+ 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"
fi