diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-03-08 22:44:57 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-03-08 22:44:57 +0000 |
commit | b3012a12272dc5182ecf27143b403b29020a426c (patch) | |
tree | b73fa8ae36f0312a70c937ff959470413dc2f915 /x11-libs | |
parent | Version bump. Removed S, because it is already the default. (diff) | |
download | gentoo-2-b3012a12272dc5182ecf27143b403b29020a426c.tar.gz gentoo-2-b3012a12272dc5182ecf27143b403b29020a426c.tar.bz2 gentoo-2-b3012a12272dc5182ecf27143b403b29020a426c.zip |
remove unwanted patch
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-2.2.1.ebuild b/x11-libs/gtk+/gtk+-2.2.1.ebuild index 9dddfad04824..2d42a719c22f 100644 --- a/x11-libs/gtk+/gtk+-2.2.1.ebuild +++ b/x11-libs/gtk+/gtk+-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.1.ebuild,v 1.10 2003/03/08 18:33:03 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.1.ebuild,v 1.11 2003/03/08 22:44:57 foser Exp $ inherit eutils libtool flag-o-matic @@ -37,7 +37,7 @@ src_unpack() { # beautifying patch for disabled icons epatch ${FILESDIR}/${P}-disable_icons_smooth_alpha.patch # toolbar UI fix (http://bugzilla.gnome.org/show_bug.cgi?id=55393) - epatch ${FILESDIR}/${PN}-2.2-toolbar_improved_looks_fix.patch +# epatch ${FILESDIR}/${PN}-2.2-toolbar_improved_looks_fix.patch if [ "${ARCH}" == "ppc" ] then |