diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2018-03-06 23:03:27 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-06 22:28:53 +0000 |
commit | 8890c135ff02dfb2b561e90c20a76ab4ed727067 (patch) | |
tree | fb1a8c6afba8a87e0379fe1ce9cfc03574994be8 /media-libs/kvazaar | |
parent | media-libs/rubberband: keyworded 1.8.1-r1 for sparc, bug #574786 (diff) | |
download | gentoo-8890c135ff02dfb2b561e90c20a76ab4ed727067.tar.gz gentoo-8890c135ff02dfb2b561e90c20a76ab4ed727067.tar.bz2 gentoo-8890c135ff02dfb2b561e90c20a76ab4ed727067.zip |
media-libs/kvazaar: keyworded 1.1.0 for sparc, bug #574786
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
Diffstat (limited to 'media-libs/kvazaar')
-rw-r--r-- | media-libs/kvazaar/kvazaar-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/kvazaar/kvazaar-1.1.0.ebuild b/media-libs/kvazaar/kvazaar-1.1.0.ebuild index b63535dde827..60c27bf04dab 100644 --- a/media-libs/kvazaar/kvazaar-1.1.0.ebuild +++ b/media-libs/kvazaar/kvazaar-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 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="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 x86" + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86" fi LICENSE="LGPL-2.1" |