some cleans

pull/20/head
Victor Kustov 1 year ago
parent 12c19a52f3
commit a607119d39

@ -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

@ -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"

Loading…
Cancel
Save