xfce4-session-4.4.3.ebuild не могу понять [РЕШЕНО]

Хотел себе xfce прикрутить к менеджеру сеансов кнопки hibernate и suspend, и сделал это с помощью двух патчей

-rw-r--r-- 1 root root 21179 Янв  9 21:34 xfce4-session-logout_dialog.patch
-rw-r--r-- 1 root root  1339 Янв  9 21:43 xfce4-session-startup-speed.patch

И вот решил сделать ebuild на все это дело:

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.4.3.ebuild,v 1.6 2008/12/15 05:02:01 jer Exp $

inherit xfce44

XFCE_VERSION=4.4.3

xfce44
xfce44_core_package

DESCRIPTION="Session manager"
HOMEPAGE="http://www.xfce.org/projects/xfce4-session"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="dbus debug gnome"

RDEPEND="x11-libs/libX11
	x11-libs/libSM
	x11-apps/iceauth
	x11-themes/hicolor-icon-theme
	>=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
	>=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
	>=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
	>=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
	>=xfce-base/xfce-utils-${XFCE_MASTER_VERSION}
	games-misc/fortune-mod
	gnome? ( gnome-base/gconf )
	dbus? ( sys-apps/dbus )"
DEPEND="${RDEPEND}
	dev-util/intltool"
src_unpack() {
	unpack ${A}
	cd "${S}"
	
epatch "${FILESDIR}"/${PN}-logout_dialog.patch \
		"${FILESDIR}"/${PN}-startup-speed.patch
}

XFCE_CONFIG="${XFCE_CONFIG} $(use_enable gnome) $(use_enable dbus)"

DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"

Но при установке оно ругаеться
>>> Verifying ebuild manifests

>>> Emerging (1 of 1) xfce-base/xfce4-session-4.4.3
* xfce4-session-4.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking xfce4-session-4.4.3.tar.bz2 to /var/tmp/portage/xfce-base/xfce4-session-4.4.3/work
/var/tmp/portage/xfce-base/xfce4-session-4.4.3/temp/environment: line 277: epatch: команда не найдена
>>> Source unpacked.

Что я сделал не так ?

хы

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.4.3.ebuild,v 1.6 2008/12/15 05:02:01 jer Exp $

inherit eutils xfce44

XFCE_VERSION=4.4.3

спасибо

секунд 5 назад сам нашел )

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".