diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-08-06 10:14:27 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-08-06 10:14:27 +0000 |
commit | ab554f7945a326191c709dbc9b3ce7da5e659807 (patch) | |
tree | 196409ef751bf1233b5418bf3ed05b753b1cba09 /net-print/gnome-cups-manager/gnome-cups-manager-0.31.ebuild | |
parent | fix SRC_URI (diff) | |
download | gentoo-2-ab554f7945a326191c709dbc9b3ce7da5e659807.tar.gz gentoo-2-ab554f7945a326191c709dbc9b3ce7da5e659807.tar.bz2 gentoo-2-ab554f7945a326191c709dbc9b3ce7da5e659807.zip |
disable optimization to fix bug 141929
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'net-print/gnome-cups-manager/gnome-cups-manager-0.31.ebuild')
-rw-r--r-- | net-print/gnome-cups-manager/gnome-cups-manager-0.31.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net-print/gnome-cups-manager/gnome-cups-manager-0.31.ebuild b/net-print/gnome-cups-manager/gnome-cups-manager-0.31.ebuild index 905ca818bc2c..f921bad88e0c 100644 --- a/net-print/gnome-cups-manager/gnome-cups-manager-0.31.ebuild +++ b/net-print/gnome-cups-manager/gnome-cups-manager-0.31.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/net-print/gnome-cups-manager/gnome-cups-manager-0.31.ebuild,v 1.2 2006/01/28 06:40:00 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/gnome-cups-manager/gnome-cups-manager-0.31.ebuild,v 1.3 2006/08/06 10:14:27 blubb Exp $ -inherit gnome2 +inherit gnome2 flag-o-matic DESCRIPTION="GNOME CUPS Printer Management Interface" HOMEPAGE="http://www.gnome.org/" @@ -42,6 +42,12 @@ DEPEND=">=x11-libs/gtk+-2.3.1 DOCS="ChangeLog NEWS README" +src_unpack() { + gnome2_src_unpack + + # bug 141929 + use amd64 && replace-flags -O* -O0 +} src_install() { gnome2_src_install |