diff --git a/games-util/steam-launcher/steam-launcher-1.0.0.74.ebuild b/games-util/steam-launcher/steam-launcher-1.0.0.74.ebuild index 15e221e2a..717feb4f2 100644 --- a/games-util/steam-launcher/steam-launcher-1.0.0.74.ebuild +++ b/games-util/steam-launcher/steam-launcher-1.0.0.74.ebuild @@ -54,7 +54,7 @@ pkg_setup() { if ! { linux_config_exists && linux_chkconfig_present INPUT_UINPUT; }; then ewarn "If you want to use Steam Input's virtual controller" - eawen "implementation, please make sure CONFIG_INPUT_UINPUT" + ewarn "implementation, please make sure CONFIG_INPUT_UINPUT" ewarn "is enabled in your kernel config." # Device Drivers @@ -69,7 +69,8 @@ path_entries() { shift while true; do - echo -n ${EPREFIX}/usr/$(get_libdir)/${1}$(${multilib} && use amd64 && echo :${EPREFIX}/usr/$(ABI=x86 get_libdir)/${1}) + echo -n ${EPREFIX}/usr/$(get_libdir)/${1}$(${multilib} \ + && use amd64 && echo :${EPREFIX}/usr/$(ABI=x86 get_libdir)/${1}) shift if [[ -n ${1} ]]; then diff --git a/media-gfx/gfxboot/gfxboot-4.4.3-r2.ebuild b/media-gfx/gfxboot/gfxboot-4.4.3-r2.ebuild index ba3a2dc16..2b7e0a7e4 100644 --- a/media-gfx/gfxboot/gfxboot-4.4.3-r2.ebuild +++ b/media-gfx/gfxboot/gfxboot-4.4.3-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2008 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Header: -EAPI=7 +EAPI=8 DESCRIPTION="tool to test and create graphical boot logos" HOMEPAGE="http://www.calculate-linux.org" @@ -12,17 +12,15 @@ LICENSE="GPL-2" SLOT="4" KEYWORDS="amd64 x86" -IUSE="" - DEPEND="app-arch/cpio - dev-lang/nasm - >=media-libs/freetype-2 + app-text/docbook-xml-dtd:4.1.2 app-text/xmlto + dev-lang/nasm dev-libs/libxslt - app-text/docbook-xml-dtd:4.1.2 - dev-perl/HTML-Parser" + dev-perl/HTML-Parser + >=media-libs/freetype-2" + RDEPEND="${DEPEND}" -RESTRICT="mirror" PATCHES=( "${FILESDIR}/gfxboot-fix_warning.patch"