Skip to content

Commit

Permalink
media-sound/a2jmidid: fix emesonargs typo
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/832137
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 30, 2023
1 parent 5d090ee commit 71f854b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DEPEND="${RDEPEND}"
DOCS=( AUTHORS.rst CHANGELOG.rst README.rst internals.txt )

src_configure() {
local emasonargs=(
local emesonargs=(
-Ddisable-dbus=$(usex dbus false true)
)

Expand Down
2 changes: 1 addition & 1 deletion media-sound/a2jmidid/a2jmidid-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DEPEND="${RDEPEND}"
DOCS=( AUTHORS.rst CHANGELOG.rst README.rst internals.txt )

src_configure() {
local emasonargs=(
local emesonargs=(
-Ddisable-dbus=$(usex dbus false true)
)

Expand Down

0 comments on commit 71f854b

Please sign in to comment.