diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-10 16:17:49 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-10 16:17:49 +0100 |
commit | 5980e6323a9340b2d8466d396a3cca786a09a9e5 (patch) | |
tree | d1eaecb9531360cf1af177645629dfc49d03590c /media-libs/libbdplus | |
parent | media-libs/libbluray: x86 stable wrt bug #604636 (diff) | |
download | gentoo-5980e6323a9340b2d8466d396a3cca786a09a9e5.tar.gz gentoo-5980e6323a9340b2d8466d396a3cca786a09a9e5.tar.bz2 gentoo-5980e6323a9340b2d8466d396a3cca786a09a9e5.zip |
media-libs/libbdplus: x86 stable wrt bug #604636
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/libbdplus')
-rw-r--r-- | media-libs/libbdplus/libbdplus-0.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild index 6804927adb69..b89573840f2e 100644 --- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild +++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild @@ -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" |