diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-09 15:51:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-09 15:51:09 +0000 |
commit | 217b9f96fa392af5029316fc4e95d3c06f7e876b (patch) | |
tree | ef678ed67699dbcb86dd5345d4ae3a9d1f67b1e1 /app-editors/emacs/emacs-22.3-r3.ebuild | |
parent | Now the correct boost version is always used (bug #271019, thanks to Sebastia... (diff) | |
download | gentoo-2-217b9f96fa392af5029316fc4e95d3c06f7e876b.tar.gz gentoo-2-217b9f96fa392af5029316fc4e95d3c06f7e876b.tar.bz2 gentoo-2-217b9f96fa392af5029316fc4e95d3c06f7e876b.zip |
Remove obsolete replace-flags call. Stable for HPPA (bug #296159).
(Portage version: 2.2_rc56/cvs/Linux i686)
Diffstat (limited to 'app-editors/emacs/emacs-22.3-r3.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-22.3-r3.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app-editors/emacs/emacs-22.3-r3.ebuild b/app-editors/emacs/emacs-22.3-r3.ebuild index 1f3d9a6f5794..55ef916993eb 100644 --- a/app-editors/emacs/emacs-22.3-r3.ebuild +++ b/app-editors/emacs/emacs-22.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r3.ebuild,v 1.2 2009/11/09 17:15:23 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r3.ebuild,v 1.3 2009/12/09 15:51:09 jer Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.gz LICENSE="GPL-3 FDL-1.2 BSD as-is X11" SLOT="22" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="alsa gif gtk gzip-el hesiod jpeg kerberos motif png sound source tiff toolkit-scroll-bars X Xaw3d +xpm" RESTRICT="strip" @@ -81,11 +81,7 @@ src_configure() { ALLOWED_FLAGS="" strip-flags #unset LDFLAGS - if use hppa; then # bug #193703 - replace-flags -O[2-9] -O - else - replace-flags -O[3-9] -O2 - fi + replace-flags -O[3-9] -O2 sed -i -e "s/-lungif/-lgif/g" configure* src/Makefile* || die local myconf |