Skip to content

Commit

Permalink
app-emulation/faudio: cleanup name from description
Browse files Browse the repository at this point in the history
Missed that on earlier cleanups, and this is redundant
when description is displayed.

Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Feb 19, 2023
1 parent fe0c7b4 commit 9fbc8f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app-emulation/faudio/faudio-21.01.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# shellcheck disable=SC2034
Expand All @@ -22,7 +22,7 @@ else
S="${WORKDIR}/${FAUDIO_P}"
fi

DESCRIPTION="FAudio - Accuracy-focused XAudio reimplementation for open platforms"
DESCRIPTION="Accuracy-focused XAudio reimplementation for open platforms"
HOMEPAGE="https://fna-xna.github.io/"
LICENSE="ZLIB"
SLOT="0"
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/faudio/faudio-23.02.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=8

inherit cmake flag-o-matic

DESCRIPTION="FAudio - Accuracy-focused XAudio reimplementation for open platforms"
DESCRIPTION="Accuracy-focused XAudio reimplementation for open platforms"
HOMEPAGE="https://fna-xna.github.io/"
SRC_URI="https://github.com/FNA-XNA/FAudio/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/FAudio-${PV}"
Expand Down

0 comments on commit 9fbc8f2

Please sign in to comment.