diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-15 16:05:10 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-15 16:05:10 +0100 |
commit | d44e95bb82f57f363e88d84169c40aa6096d97a8 (patch) | |
tree | 79b90d70f506cb32144788824bfa5e99d16227c2 /media-libs/kvazaar/kvazaar-1.0.0.ebuild | |
parent | media-libs/chromaprint: amd64 stable wrt bug #608868 (diff) | |
download | gentoo-d44e95bb82f57f363e88d84169c40aa6096d97a8.tar.gz gentoo-d44e95bb82f57f363e88d84169c40aa6096d97a8.tar.bz2 gentoo-d44e95bb82f57f363e88d84169c40aa6096d97a8.zip |
media-libs/kvazaar: amd64 stable wrt bug #608868
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/kvazaar/kvazaar-1.0.0.ebuild')
-rw-r--r-- | media-libs/kvazaar/kvazaar-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/kvazaar/kvazaar-1.0.0.ebuild b/media-libs/kvazaar/kvazaar-1.0.0.ebuild index b1fdc2047eab..088fcb09ebd3 100644 --- a/media-libs/kvazaar/kvazaar-1.0.0.ebuild +++ b/media-libs/kvazaar/kvazaar-1.0.0.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 # $Id$ @@ -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 ~x86" fi LICENSE="LGPL-2.1" |