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 | 404af4887f434bc8d3ba280f56663f5b53d37a5d (patch) | |
tree | ea4390543af3179f012732ad4fd2a3c494edde9f /dev-util/cscope | |
parent | added tempfile patch. Fixes #71595 (diff) | |
download | historical-404af4887f434bc8d3ba280f56663f5b53d37a5d.tar.gz historical-404af4887f434bc8d3ba280f56663f5b53d37a5d.tar.bz2 historical-404af4887f434bc8d3ba280f56663f5b53d37a5d.zip |
security unmask of x86
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/Manifest | 2 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5-r3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/cscope/Manifest b/dev-util/cscope/Manifest index 48bd2f021e94..e1b66a6864ea 100644 --- a/dev-util/cscope/Manifest +++ b/dev-util/cscope/Manifest @@ -1,5 +1,5 @@ MD5 336bda89fb52186ad57731559ccbd939 cscope-15.5-r1.ebuild 1604 -MD5 d686f182142050b031084abce1f61e75 cscope-15.5-r3.ebuild 1656 +MD5 ab3e0deafc538eb6b84d20e0acc104e2 cscope-15.5-r3.ebuild 1655 MD5 3c56dcf0da026c9a6ef0e7c204419785 cscope-15.5.ebuild 1417 MD5 88e0149db74702ab5ae0ac80226f8333 cscope-15.5-r2.ebuild 1650 MD5 973f4184ecd2105e78d3424c15e1a86c ChangeLog 5118 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" |