diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-05-22 15:31:34 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-05-22 15:32:11 -0700 |
commit | 5b5f708396578af2cbe7e4aec9e8190d6957c9d6 (patch) | |
tree | 10738561254de3f18d3cb89b1741b6e5bcab4558 /media-libs/libepoxy | |
parent | media-libs/libepoxy: Enable USE=+X by default. (diff) | |
download | gentoo-5b5f708396578af2cbe7e4aec9e8190d6957c9d6.tar.gz gentoo-5b5f708396578af2cbe7e4aec9e8190d6957c9d6.tar.bz2 gentoo-5b5f708396578af2cbe7e4aec9e8190d6957c9d6.zip |
media-libs/libepoxy: Drop empty KEYWORDS assignment
Diffstat (limited to 'media-libs/libepoxy')
-rw-r--r-- | media-libs/libepoxy/libepoxy-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 8429b558b4c8..e68473e91a59 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -16,7 +16,6 @@ inherit autotools ${GIT_ECLASS} multilib-minimal 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="" SRC_URI="" else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" |