From 7e24157247073f424e1977f7ddd725f101d8ef55 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 23 Apr 2020 02:45:41 +0200 Subject: Stable ebuilds: General cosmetics and sync with live ebuilds. Also: Some cosmetics for the live ebuilds. Signed-off-by: Chris --- trinity-base/ksplashml/ksplashml-14.0.6.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'trinity-base/ksplashml') diff --git a/trinity-base/ksplashml/ksplashml-14.0.6.ebuild b/trinity-base/ksplashml/ksplashml-14.0.6.ebuild index 529b35db..17f59bdd 100644 --- a/trinity-base/ksplashml/ksplashml-14.0.6.ebuild +++ b/trinity-base/ksplashml/ksplashml-14.0.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -# $Id$ + EAPI="7" TRINITY_MODULE_NAME="tdebase" @@ -9,11 +9,11 @@ inherit trinity-meta-2 DESCRIPTION="Trinity splashscreen framework (of Trinity itself, not of individual apps)" KEYWORDS="~amd64 ~x86" + IUSE="xinerama" -DEPEND="x11-libs/libXcursor - xinerama? ( x11-base/xorg-proto )" -RDEPEND="$DEPEND" +DEPEND="xinerama? ( x11-base/xorg-proto )" +RDEPEND="${DEPEND}" src_configure() { mycmakeargs=( -- cgit v1.2.1