Skip to content

Commit

Permalink
app-misc/gramps: turn DISTUTILS_ARGS into an array
Browse files Browse the repository at this point in the history
Doesn't really matter when only one argument is passed but let us do it
properly.

Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Sep 7, 2023
1 parent 5c7e102 commit 98f7ec8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-misc/gramps/gramps-5.1.6-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ PATCHES=(
"${FILESDIR}"/${PN}-5.1.6-pep517_setup.patch
)

DISTUTILS_ARGS="--no-compress-manpages"
DISTUTILS_ARGS=(
--no-compress-manpages
)

distutils_enable_tests pytest

Expand Down

0 comments on commit 98f7ec8

Please sign in to comment.