diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-07-12 09:58:56 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-07-12 09:58:56 +0000 |
commit | ee38673669df6fb7b03a94fcbef18b4f9b424149 (patch) | |
tree | 1d380d631f9cab9ca41b1db2ec49add96737138c /sys-block/gparted/gparted-0.2.5.ebuild | |
parent | Added ~ppc64 (diff) | |
download | historical-ee38673669df6fb7b03a94fcbef18b4f9b424149.tar.gz historical-ee38673669df6fb7b03a94fcbef18b4f9b424149.tar.bz2 historical-ee38673669df6fb7b03a94fcbef18b4f9b424149.zip |
fix bug 139638
Package-Manager: portage-3808-svn
Diffstat (limited to 'sys-block/gparted/gparted-0.2.5.ebuild')
-rw-r--r-- | sys-block/gparted/gparted-0.2.5.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys-block/gparted/gparted-0.2.5.ebuild b/sys-block/gparted/gparted-0.2.5.ebuild index 962b7c58c9ec..8882cb1f424e 100644 --- a/sys-block/gparted/gparted-0.2.5.ebuild +++ b/sys-block/gparted/gparted-0.2.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.2.5.ebuild,v 1.1 2006/05/25 21:19:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.2.5.ebuild,v 1.2 2006/07/12 09:58:56 blubb Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="Gnome Partition Editor" HOMEPAGE="http://gparted.sourceforge.net/" @@ -27,3 +27,9 @@ RDEPEND=">=sys-apps/parted-1.6.25 DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12 >=dev-util/intltool-0.29" + +src_unpack() { + gnome2_src_unpack + + epatch ${FILESDIR}/${P}-llabs.patch +} |