diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-14 17:32:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-14 17:32:45 +0300 |
commit | 28c1734002f67984ce5bd8dbad6d298724a1fd16 (patch) | |
tree | 5df6db340901595abe11fa1a5430277c5a08d46c /media-libs/phonon-gstreamer | |
parent | media-libs/phonon: amd64 stable wrt bug #674860 (diff) | |
download | gentoo-28c1734002f67984ce5bd8dbad6d298724a1fd16.tar.gz gentoo-28c1734002f67984ce5bd8dbad6d298724a1fd16.tar.bz2 gentoo-28c1734002f67984ce5bd8dbad6d298724a1fd16.zip |
media-libs/phonon-gstreamer: amd64 stable wrt bug #674860
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-libs/phonon-gstreamer')
-rw-r--r-- | media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r3.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r3.ebuild index cc7a98acb8dd..adda03c843ee 100644 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r3.ebuild +++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ MY_P=${MY_PN}-${PV} if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3 |