diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2004-12-11 01:00:32 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2004-12-11 01:00:32 +0000 |
commit | 0fddbb06fe055f28c805d23d787cc7d70f1a952d (patch) | |
tree | bf4da5857d67b01e0b06879ba27619fe485f7df5 /dev-util | |
parent | added tempfile patch. Fixes #71595 (Manifest recommit) (diff) | |
download | gentoo-2-0fddbb06fe055f28c805d23d787cc7d70f1a952d.tar.gz gentoo-2-0fddbb06fe055f28c805d23d787cc7d70f1a952d.tar.bz2 gentoo-2-0fddbb06fe055f28c805d23d787cc7d70f1a952d.zip |
security unmask of x86
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cscope/cscope-15.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cscope/cscope-15.5-r3.ebuild b/dev-util/cscope/cscope-15.5-r3.ebuild index 6a71617bd11f..cf45b957ed97 100644 --- a/dev-util/cscope/cscope-15.5-r3.ebuild +++ b/dev-util/cscope/cscope-15.5-r3.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/dev-util/cscope/cscope-15.5-r3.ebuild,v 1.1 2004/12/11 00:54:46 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r3.ebuild,v 1.2 2004/12/11 01:00:32 rphillips Exp $ inherit gnuconfig elisp-common eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64" +KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64" IUSE="emacs" RDEPEND=">=sys-libs/ncurses-5.2" |