diff options
author | 2002-12-02 12:41:56 +0000 | |
---|---|---|
committer | 2002-12-02 12:41:56 +0000 | |
commit | efcb7d8b89de11e52e28069989c37d9ab10f1773 (patch) | |
tree | fd3261a5b8708eae117aeefb87ee8684f842859b /app-editors/emacs-cvs | |
parent | unmask x86 (diff) | |
download | historical-efcb7d8b89de11e52e28069989c37d9ab10f1773.tar.gz historical-efcb7d8b89de11e52e28069989c37d9ab10f1773.tar.bz2 historical-efcb7d8b89de11e52e28069989c37d9ab10f1773.zip |
cvs dep fix, reduced ncurses version dep. x86 now.
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild | 7 |
2 files changed, 12 insertions, 4 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index 219225eea6bd..5753e842d5e0 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,9 +1,16 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.1 2002/11/22 17:22:28 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.2 2002/12/02 12:41:56 mkennedy Exp $ *emacs-cvs-21.3.50 (22 Nov 2002) + 02 Dev 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, + emacs-cvs-21.3.50.ebuild : + + Moved out of ~x86 into x86 (only for x86) by popular request. Reduced + dependency on ncurses to version 5.2 and added missing dev-util/cvs + dependency. + 22 Nov 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, emacs-cvs-21.3.50.ebuild, files/digest-emacs-cvs-21.3.50 : diff --git a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild index 9bf16aac5908..39126307764c 100644 --- a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.1 2002/11/22 17:22:28 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.2 2002/12/02 12:41:56 mkennedy Exp $ ECVS_SERVER="subversions.gnu.org:/cvsroot/emacs" ECVS_MODULE="emacs" @@ -20,8 +20,9 @@ HOMEPAGE="http://www.gnu.org/software/emacs" # Never use the sandbox, it causes Emacs to segfault on startup SANDBOX_DISABLED="1" -DEPEND=">=sys-libs/ncurses-5.3 +DEPEND=">=sys-libs/ncurses-5.2 sys-libs/gdbm + dev-util/cvs X? ( virtual/x11 >=media-libs/libungif-4.1.0 >=media-libs/jpeg-6b @@ -35,7 +36,7 @@ PROVIDE="virtual/emacs" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64" +KEYWORDS="x86 ~ppc ~sparc ~sparc64" src_compile() { local myconf |