diff options
author | Aaron Bauman <bman@gentoo.org> | 2017-01-06 21:13:48 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2017-01-06 22:16:07 +0900 |
commit | e6f8706919623fa2f9f19156c885d826b82a09ea (patch) | |
tree | 3e804369d8518b659109f159802a51a9eadff940 /media-sound/dcadec | |
parent | dev-libs/crossguid: amd4 stable wrt bug #604640 (diff) | |
download | gentoo-e6f8706919623fa2f9f19156c885d826b82a09ea.tar.gz gentoo-e6f8706919623fa2f9f19156c885d826b82a09ea.tar.bz2 gentoo-e6f8706919623fa2f9f19156c885d826b82a09ea.zip |
media-sound/dcadec: amd64 stable wrt bug #604638
Diffstat (limited to 'media-sound/dcadec')
-rw-r--r-- | media-sound/dcadec/dcadec-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/dcadec/dcadec-0.2.0.ebuild b/media-sound/dcadec/dcadec-0.2.0.ebuild index dbd688612d1a..6a75b6054481 100644 --- a/media-sound/dcadec/dcadec-0.2.0.ebuild +++ b/media-sound/dcadec/dcadec-0.2.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$ @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/foo86/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86" fi DESCRIPTION="DTS Coherent Acoustics decoder with support for HD extensions" |