Skip to content

Commit

Permalink
media-libs/libbluray: bump to EAPI 6
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Dec 9, 2016
1 parent b4b394c commit c351882
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions media-libs/libbluray/libbluray-0.9.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

if [ "${PV#9999}" != "${PV}" ] ; then
if [[ "${PV#9999}" != "${PV}" ]] ; then
inherit git-r3
KEYWORDS=""
EGIT_REPO_URI="git://git.videolan.org/libbluray.git"
Expand Down Expand Up @@ -46,6 +46,8 @@ DEPEND="
DOCS=( ChangeLog README.txt )

src_prepare() {
default

if use java ; then
export JDK_HOME="$(java-config -g JAVA_HOME)"

Expand Down
8 changes: 5 additions & 3 deletions media-libs/libbluray/libbluray-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

if [ "${PV#9999}" != "${PV}" ] ; then
if [[ "${PV#9999}" != "${PV}" ]] ; then
inherit git-r3
KEYWORDS=""
EGIT_REPO_URI="git://git.videolan.org/libbluray.git"
Expand Down Expand Up @@ -46,6 +46,8 @@ DEPEND="
DOCS=( ChangeLog README.txt )

src_prepare() {
default

if use java ; then
export JDK_HOME="$(java-config -g JAVA_HOME)"

Expand Down

0 comments on commit c351882

Please sign in to comment.