diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-02-17 22:08:19 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-02-17 22:08:19 +0000 |
commit | 0bb76e86fc963b1867c980ce4e8e5fc47fb18ab5 (patch) | |
tree | 3c0cb82a23564f9127d7cf28e2d15e97ca6f3e97 /app-editors/emacs/emacs-21.3-r2.ebuild | |
parent | add ~alpha and ~ia64 (diff) | |
download | historical-0bb76e86fc963b1867c980ce4e8e5fc47fb18ab5.tar.gz historical-0bb76e86fc963b1867c980ce4e8e5fc47fb18ab5.tar.bz2 historical-0bb76e86fc963b1867c980ce4e8e5fc47fb18ab5.zip |
Moved filter-flags to src_compile() to kill the 'has_version() in global scope' warning with portage-2.0.50. Also marked stable on x86 and alpha.
Diffstat (limited to 'app-editors/emacs/emacs-21.3-r2.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-21.3-r2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-editors/emacs/emacs-21.3-r2.ebuild b/app-editors/emacs/emacs-21.3-r2.ebuild index 0bb5b1e60070..2dfb95118d95 100644 --- a/app-editors/emacs/emacs-21.3-r2.ebuild +++ b/app-editors/emacs/emacs-21.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r2.ebuild,v 1.5 2004/01/30 05:17:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r2.ebuild,v 1.6 2004/02/17 22:08:19 usata Exp $ IUSE="X nls motif leim gnome Xaw3d" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.gz HOMEPAGE="http://www.gnu.org/software/emacs" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha amd64 hppa" +KEYWORDS="x86 ~ppc ~sparc alpha amd64 hppa" DEPEND="sys-libs/ncurses sys-libs/gdbm @@ -34,10 +34,11 @@ SANDBOX_DISABLED="1" DFILE=emacs.desktop -# -fstack-protector gets internal compiler error at xterm.c (bug 33265) -filter-flags -fstack-protector - src_compile() { + + # -fstack-protector gets internal compiler error at xterm.c (bug 33265) + filter-flags -fstack-protector + epatch ${FILESDIR}/${P}-amd64.patch epatch ${FILESDIR}/${P}-hppa.patch |