diff options
author | David Seifert <soap@gentoo.org> | 2020-02-22 22:07:26 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-22 22:07:26 +0100 |
commit | 3b8cba93fab70dd0fa89cebdd4b37c732580e9ac (patch) | |
tree | cbcb946c9c0769acaec3648b63979c24ec30a5c2 /games-rpg | |
parent | x11-libs/libxcb: Version bump to 1.14 (diff) | |
download | gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.gz gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.bz2 gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.zip |
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild index 48a424de17da..1e576c82d444 100644 --- a/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild +++ b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild @@ -22,13 +22,13 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -src_configure(){ +src_configure() { econf \ $(use_enable nls) \ --with-adonthell-binary="/usr/bin/adonthell" } -src_install(){ +src_install() { emake DESTDIR="${D}" pixmapdir=/usr/share/pixmaps install dodoc AUTHORS ChangeLog NEWS PLAYING README make_desktop_entry adonthell-wastesedge "Waste's Edge" wastesedge_32x32 |