diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-19 17:23:31 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-19 17:23:31 +0000 |
commit | 4ecbc738372af661137d254cf8c8b0b3766c0770 (patch) | |
tree | 382ed6df300668fd38e91c6f7dc78d2dc2263c5a /x11-libs/gtk+ | |
parent | remove python from DEPEND since distutils eclass adds it for us (diff) | |
download | gentoo-2-4ecbc738372af661137d254cf8c8b0b3766c0770.tar.gz gentoo-2-4ecbc738372af661137d254cf8c8b0b3766c0770.tar.bz2 gentoo-2-4ecbc738372af661137d254cf8c8b0b3766c0770.zip |
Fix epatch invocation (bug #103042)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.6.10.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.8.0-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 265520642a30..c1075f28a203 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtk+ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.174 2005/08/19 07:43:37 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.175 2005/08/19 17:23:31 leonardop Exp $ + + 19 Aug 2005; Leonardo Boshell <leonardop@gentoo.org> gtk+-2.6.10.ebuild, + gtk+-2.8.0-r2.ebuild: + Fix invocation of epatch (bug #103042). *gtk+-2.8.0-r2 (19 Aug 2005) diff --git a/x11-libs/gtk+/gtk+-2.6.10.ebuild b/x11-libs/gtk+/gtk+-2.6.10.ebuild index 27e5604f4ffe..ffc989be6b1b 100644 --- a/x11-libs/gtk+/gtk+-2.6.10.ebuild +++ b/x11-libs/gtk+/gtk+-2.6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.6.10.ebuild,v 1.1 2005/08/19 07:43:37 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.6.10.ebuild,v 1.2 2005/08/19 17:23:31 leonardop Exp $ inherit flag-o-matic eutils @@ -44,7 +44,7 @@ src_unpack() { epatch ${FILESDIR}/${PN}-2.2.1-disable_icons_smooth_alpha.patch # add smoothscroll support for usability reasons # http://bugzilla.gnome.org/show_bug.cgi?id=103811 - epatch ${DISTDIR}/${PN}-2.6-smoothscroll-r5.patch + epatch ${DISTDIR}/${PN}-2.6-smoothscroll-r5.patch.bz2 cd ${S} # use an arch-specific config directory so that 32bit and 64bit versions diff --git a/x11-libs/gtk+/gtk+-2.8.0-r2.ebuild b/x11-libs/gtk+/gtk+-2.8.0-r2.ebuild index 0118987288f1..814681d258c9 100644 --- a/x11-libs/gtk+/gtk+-2.8.0-r2.ebuild +++ b/x11-libs/gtk+/gtk+-2.8.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.0-r2.ebuild,v 1.1 2005/08/19 07:43:37 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.0-r2.ebuild,v 1.2 2005/08/19 17:23:31 leonardop Exp $ inherit gnome.org flag-o-matic eutils debug @@ -50,7 +50,7 @@ src_unpack() { epatch ${FILESDIR}/${PN}-2.2.1-disable_icons_smooth_alpha.patch # add smoothscroll support for usability reasons # http://bugzilla.gnome.org/show_bug.cgi?id=103811 - epatch ${DISTDIR}/${PN}-2-smoothscroll-r6.patch + epatch ${DISTDIR}/${PN}-2-smoothscroll-r6.patch.bz2 cd ${S} |