From 18f68b9b5630b872e5a7a445936dd46c60dbd99f Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Thu, 19 May 2011 22:43:19 +0000 Subject: Drop useless die in EAPI4 ebuild (Portage version: 2.2.0_alpha33/cvs/Linux x86_64) --- xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfce-base/xfce-utils') diff --git a/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild index 6efe3b4e064f..d804ec3712db 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild,v 1.8 2011/05/19 22:08:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.1.ebuild,v 1.9 2011/05/19 22:43:19 ssuominen Exp $ EAPI=4 inherit xfconf @@ -52,5 +52,5 @@ src_install() { echo startxfce4 > "${T}"/Xfce4 exeinto /etc/X11/Sessions - doexe "${T}"/Xfce4 || die + doexe "${T}"/Xfce4 } -- cgit v1.2.3-65-gdbad