diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-15 13:07:47 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-15 13:47:02 +0200 |
commit | 15cf13759c5fe38af7836b4a1a53bf007b073f26 (patch) | |
tree | 318994a83f99caba0fa1874131617f0045bbfb85 /media-libs/kvazaar/kvazaar-1.0.0.ebuild | |
parent | media-libs/kvazaar: x86 keyword, bug #574786 (diff) | |
download | gentoo-15cf13759c5fe38af7836b4a1a53bf007b073f26.tar.gz gentoo-15cf13759c5fe38af7836b4a1a53bf007b073f26.tar.bz2 gentoo-15cf13759c5fe38af7836b4a1a53bf007b073f26.zip |
Revert "media-libs/kvazaar: x86 keyword, bug #574786"
This reverts commit 254cb07aaa63c387b83123b5e2fa121fef22937f.
Diffstat (limited to 'media-libs/kvazaar/kvazaar-1.0.0.ebuild')
-rw-r--r-- | media-libs/kvazaar/kvazaar-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/kvazaar/kvazaar-1.0.0.ebuild b/media-libs/kvazaar/kvazaar-1.0.0.ebuild index d5a93cc12d5b..d4c1ec56f90b 100644 --- a/media-libs/kvazaar/kvazaar-1.0.0.ebuild +++ b/media-libs/kvazaar/kvazaar-1.0.0.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar" if [ "${PV#9999}" = "${PV}" ] ; then SRC_URI="https://github.com/ultravideo/kvazaar/archive/v${PV}.tar.gz -> ${P}.tar.gz test? ( https://github.com/silentbicycle/greatest/archive/v${GREATEST_PV}.tar.gz -> greatest-${GREATEST_PV}.tar.gz )" - KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86" + KEYWORDS="~amd64 ~hppa ~ppc ~ppc64" fi LICENSE="LGPL-2.1" |