diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-03-10 13:08:06 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-03-10 13:08:24 +0100 |
commit | f2aad8a949f1e7c0ff94d1c9192c246481d78417 (patch) | |
tree | b38de8230c970e63770eaf765a5bbd757adecd35 /media-libs/kvazaar/kvazaar-9999.ebuild | |
parent | app-misc/freeplane: Update Manifest to final tarball. (diff) | |
download | gentoo-f2aad8a949f1e7c0ff94d1c9192c246481d78417.tar.gz gentoo-f2aad8a949f1e7c0ff94d1c9192c246481d78417.tar.bz2 gentoo-f2aad8a949f1e7c0ff94d1c9192c246481d78417.zip |
media-libs/kvazaar: Bump to 1.1.0
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'media-libs/kvazaar/kvazaar-9999.ebuild')
-rw-r--r-- | media-libs/kvazaar/kvazaar-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/kvazaar/kvazaar-9999.ebuild b/media-libs/kvazaar/kvazaar-9999.ebuild index 003b42f8a078..6de1ffe08b07 100644 --- a/media-libs/kvazaar/kvazaar-9999.ebuild +++ b/media-libs/kvazaar/kvazaar-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,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 ~ppc" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" fi LICENSE="LGPL-2.1" |