--- gksu-1.3.4.ebuild 2006-01-25 02:06:08.000000000 +0100 +++ gksu-1.3.4.ebuild 2006-02-27 23:16:43.000000000 +0100 @@ -2,14 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-1.3.4.ebuild,v 1.3 2006/01/25 00:46:56 vanquirius Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="A gtk+ frontend for libgksu" HOMEPAGE="http://www.nongnu.org/gksu/" SRC_URI="http://people.debian.org/~kov/gksu/gksu/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="${IUSE} nls" RDEPEND=">=x11-libs/libgksu-1.3.3 @@ -38,3 +38,10 @@ DEPEND="${RDEPEND} GCONF2="$(use_enable nls)" USE_DESTDIR="1" + +src_unpack() { + unpack ${A} + + # Fix Polish translation + epatch ${FILESDIR}/${PN}-${PV}-pl.po.patch +}