diff options
author | Aaron Bauman <bman@gentoo.org> | 2017-01-06 21:36:07 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2017-01-06 22:16:11 +0900 |
commit | e64928dad72a06bad2bac64548f96d91e7689d3b (patch) | |
tree | 8a588258ac5312cb643d9678f2442975aca3a800 /media-libs/libbdplus | |
parent | media-sound/dcadec: amd64 stable wrt bug #604638 (diff) | |
download | gentoo-e64928dad72a06bad2bac64548f96d91e7689d3b.tar.gz gentoo-e64928dad72a06bad2bac64548f96d91e7689d3b.tar.bz2 gentoo-e64928dad72a06bad2bac64548f96d91e7689d3b.zip |
media-libs/libbdplus: amd64 stable
Diffstat (limited to 'media-libs/libbdplus')
-rw-r--r-- | media-libs/libbdplus/libbdplus-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild index e5c04bcf0f49..6804927adb69 100644 --- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild +++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="git://git.videolan.org/${PN}.git" else SRC_URI="http://ftp.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Blu-ray library for BD+ decryption" |