diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-21 19:13:12 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-21 19:13:12 +0100 |
commit | 7db3f4e61779e0cc495e0f483f6d4cd10790a1df (patch) | |
tree | 394ec092704865938c2168efe1d4aa464f143a77 /media-libs | |
parent | dev-ruby/gettext-setup: x86 stable (bug #755902) (diff) | |
download | gentoo-7db3f4e61779e0cc495e0f483f6d4cd10790a1df.tar.gz gentoo-7db3f4e61779e0cc495e0f483f6d4cd10790a1df.tar.bz2 gentoo-7db3f4e61779e0cc495e0f483f6d4cd10790a1df.zip |
media-libs/libdvdnav: x86 stable (bug #755713)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libdvdnav/libdvdnav-6.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libdvdnav/libdvdnav-6.1.0.ebuild b/media-libs/libdvdnav/libdvdnav-6.1.0.ebuild index 4d90610679df..932b6317fc81 100644 --- a/media-libs/libdvdnav/libdvdnav-6.1.0.ebuild +++ b/media-libs/libdvdnav/libdvdnav-6.1.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdnav.git" else SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" fi LICENSE="GPL-2" |