diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-06-06 22:31:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-06 22:33:16 +0200 |
commit | 5dec98ba98ead079e7d2db5f1fe2a7fa4dce9c0a (patch) | |
tree | 30c612af0b7bce3e722cad9c417594e16b914db0 /media-libs/libepoxy | |
parent | sys-kernel/aufs-sources: Bump to latest aufs, genpatches and linux release (diff) | |
download | gentoo-5dec98ba98ead079e7d2db5f1fe2a7fa4dce9c0a.tar.gz gentoo-5dec98ba98ead079e7d2db5f1fe2a7fa4dce9c0a.tar.bz2 gentoo-5dec98ba98ead079e7d2db5f1fe2a7fa4dce9c0a.zip |
media-libs/libepoxy: 1.5.2 tested on ~amd64-fbsd
Closes: https://bugs.gentoo.org/649212
Diffstat (limited to 'media-libs/libepoxy')
-rw-r--r-- | media-libs/libepoxy/libepoxy-1.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libepoxy/libepoxy-1.5.2.ebuild b/media-libs/libepoxy/libepoxy-1.5.2.ebuild index a814fceec62f..476702c15fb7 100644 --- a/media-libs/libepoxy/libepoxy-1.5.2.ebuild +++ b/media-libs/libepoxy/libepoxy-1.5.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 ~amd64-fbsd" SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi |