diff options
author | ernsteiswuerfel <erhard_f@mailbox.org> | 2018-06-14 01:15:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-17 20:44:24 +0200 |
commit | 59bfd97d69cb081fa94e82845d7842fcc5b1ca59 (patch) | |
tree | 51f652b4bcf35d56c593fc845ac806f50780df09 /media-libs | |
parent | x11-misc/libinput-gestures: version bump to 2.36 (diff) | |
download | gentoo-59bfd97d69cb081fa94e82845d7842fcc5b1ca59.tar.gz gentoo-59bfd97d69cb081fa94e82845d7842fcc5b1ca59.tar.bz2 gentoo-59bfd97d69cb081fa94e82845d7842fcc5b1ca59.zip |
media-libs/libdvdnav: stable 6.0.0 for ppc, bug #648060
Bug: https://bugs.gentoo.org/648060
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8842
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libdvdnav/libdvdnav-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild b/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild index b2f57260b3f7..86543cb79115 100644 --- a/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild +++ b/media-libs/libdvdnav/libdvdnav-6.0.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 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" fi LICENSE="GPL-2" |