mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-libs/svt-vp9: Use bash [[ ]] for conditionals
Signed-off-by: zyxhere💭 <zyx@envs.net>
This commit is contained in:
@@ -8,7 +8,7 @@ inherit cmake
|
||||
DESCRIPTION="Scalable Video Technology for VP9 (SVT-VP9 Encoder)"
|
||||
HOMEPAGE="https://github.com/OpenVisualCloud/SVT-VP9"
|
||||
|
||||
if [ ${PV} = "9999" ]; then
|
||||
if [[ ${PV} = 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-VP9.git"
|
||||
else
|
||||
|
||||
@@ -8,7 +8,7 @@ inherit cmake
|
||||
DESCRIPTION="Scalable Video Technology for VP9 (SVT-VP9 Encoder)"
|
||||
HOMEPAGE="https://github.com/OpenVisualCloud/SVT-VP9"
|
||||
|
||||
if [ ${PV} = "9999" ]; then
|
||||
if [[ ${PV} = 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-VP9.git"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user