diff options
author | 2018-03-06 23:04:28 +0100 | |
---|---|---|
committer | 2018-03-06 22:28:53 +0000 | |
commit | c46bf3313bf637c37cd467ff7111bb4a36cd574e (patch) | |
tree | 3065d1be7344beef4423b5e355941f467cae5a73 /media-libs | |
parent | media-libs/kvazaar: keyworded 1.1.0 for sparc, bug #574786 (diff) | |
download | gentoo-c46bf3313bf637c37cd467ff7111bb4a36cd574e.tar.gz gentoo-c46bf3313bf637c37cd467ff7111bb4a36cd574e.tar.bz2 gentoo-c46bf3313bf637c37cd467ff7111bb4a36cd574e.zip |
media-libs/kvazaar: keyworded 1.2.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')
-rw-r--r-- | media-libs/kvazaar/kvazaar-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/kvazaar/kvazaar-1.2.0.ebuild b/media-libs/kvazaar/kvazaar-1.2.0.ebuild index 17d2a2b7ecaf..3c2dc94003a5 100644 --- a/media-libs/kvazaar/kvazaar-1.2.0.ebuild +++ b/media-libs/kvazaar/kvazaar-1.2.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" |