diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-03 11:59:07 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-03 11:59:07 +0000 |
commit | fbb728f18234c4c9103e04371242af5e8e46c7da (patch) | |
tree | 061172ea738da0377cc7faaf74c25458d3b3de33 /app-editors | |
parent | Sync IUSE (nosendmail). More on SLOT support. (diff) | |
download | gentoo-2-fbb728f18234c4c9103e04371242af5e8e46c7da.tar.gz gentoo-2-fbb728f18234c4c9103e04371242af5e8e46c7da.tar.bz2 gentoo-2-fbb728f18234c4c9103e04371242af5e8e46c7da.zip |
fixed ppc64 badindev error
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-21.3-r4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/emacs/emacs-21.3-r4.ebuild b/app-editors/emacs/emacs-21.3-r4.ebuild index ed0016f0da5b..3508c462cc57 100644 --- a/app-editors/emacs/emacs-21.3-r4.ebuild +++ b/app-editors/emacs/emacs-21.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r4.ebuild,v 1.7 2004/10/03 11:52:20 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r4.ebuild,v 1.8 2004/10/03 11:59:07 usata Exp $ inherit flag-o-matic eutils alternatives gcc @@ -30,8 +30,7 @@ RDEPEND="sys-libs/ncurses ) ) nls? ( sys-devel/gettext ) - !nosendmail ( virtual/mta ) - >=sys-apps/portage-2.0.51_rc1" + !nosendmail ( virtual/mta )" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.58" |