diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-03-09 00:04:28 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-03-09 00:04:28 +0000 |
commit | 842106cd61b4253320bdd0d456fd23b0eb46cc7e (patch) | |
tree | 905403644d233d78d22d6c56632ec00c6b7327d9 /x11-libs/gtk+ | |
parent | Version bump (diff) | |
download | historical-842106cd61b4253320bdd0d456fd23b0eb46cc7e.tar.gz historical-842106cd61b4253320bdd0d456fd23b0eb46cc7e.tar.bz2 historical-842106cd61b4253320bdd0d456fd23b0eb46cc7e.zip |
and remove reference to unused patch
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.2.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-libs/gtk+/gtk+-2.2.1.ebuild b/x11-libs/gtk+/gtk+-2.2.1.ebuild index 2d42a719c22f..c187689c53cc 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.11 2003/03/08 22:44:57 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.1.ebuild,v 1.12 2003/03/09 00:04:28 foser Exp $ inherit eutils libtool flag-o-matic @@ -36,8 +36,6 @@ src_unpack() { cd ${S}; epatch ${FILESDIR}/gtk+-wm.patch # 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 if [ "${ARCH}" == "ppc" ] then |