mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/hamlib: add missing braces
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
bdf33a50e4
commit
d1d1df7e96
@@ -42,7 +42,7 @@ DOCS=(AUTHORS NEWS PLAN README README.betatester README.developer)
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-4.5.5-gcc14-fix.patch"
|
||||
"$FILESDIR/hamlib-drop-lua.patch"
|
||||
"${FILESDIR}/hamlib-drop-lua.patch"
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
|
||||
@@ -40,7 +40,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DOCS=(AUTHORS NEWS PLAN README README.betatester README.developer)
|
||||
|
||||
PATCHES=( "$FILESDIR/hamlib-drop-lua.patch" )
|
||||
PATCHES=( "${FILESDIR}/hamlib-drop-lua.patch" )
|
||||
|
||||
pkg_setup() {
|
||||
use python && python-single-r1_pkg_setup
|
||||
|
||||
@@ -41,7 +41,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DOCS=(AUTHORS NEWS PLAN README README.betatester README.developer)
|
||||
|
||||
PATCHES=( "$FILESDIR/hamlib-drop-lua.patch" )
|
||||
PATCHES=( "${FILESDIR}/hamlib-drop-lua.patch" )
|
||||
|
||||
pkg_setup() {
|
||||
use python && python-single-r1_pkg_setup
|
||||
|
||||
Reference in New Issue
Block a user