diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 02:37:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 02:37:32 +0000 |
commit | d5d1acc4ba26f7b03b80c15b7393c32735461f81 (patch) | |
tree | d2616321873dbf5f2194fcb70b7f645f6fa28e38 /app-emacs/erc-cvs/erc-cvs-4.1.ebuild | |
parent | move to virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-d5d1acc4ba26f7b03b80c15b7393c32735461f81.tar.gz gentoo-2-d5d1acc4ba26f7b03b80c15b7393c32735461f81.tar.bz2 gentoo-2-d5d1acc4ba26f7b03b80c15b7393c32735461f81.zip |
sync IUSE (missing)
Diffstat (limited to 'app-emacs/erc-cvs/erc-cvs-4.1.ebuild')
-rw-r--r-- | app-emacs/erc-cvs/erc-cvs-4.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/erc-cvs/erc-cvs-4.1.ebuild b/app-emacs/erc-cvs/erc-cvs-4.1.ebuild index 49da708142ca..33b066057ce1 100644 --- a/app-emacs/erc-cvs/erc-cvs-4.1.ebuild +++ b/app-emacs/erc-cvs/erc-cvs-4.1.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-emacs/erc-cvs/erc-cvs-4.1.ebuild,v 1.3 2004/06/24 22:11:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc-cvs/erc-cvs-4.1.ebuild,v 1.4 2004/06/30 02:36:56 agriffis Exp $ ECVS_SERVER="cvs.sourceforge.net:/cvsroot/erc" ECVS_MODULE="erc" @@ -17,6 +17,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" # Never use the sandbox, it causes Emacs to segfault on startup SANDBOX_DISABLED="1" |