diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:45:41 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:45:41 +0000 |
commit | 846149293b2216aee9ab9fa4bee1252dd5f4d5b6 (patch) | |
tree | d85d0ad9144a59615c61641e8dbddd17bfbb42eb /dev-util/its4 | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-846149293b2216aee9ab9fa4bee1252dd5f4d5b6.tar.gz gentoo-2-846149293b2216aee9ab9fa4bee1252dd5f4d5b6.tar.bz2 gentoo-2-846149293b2216aee9ab9fa4bee1252dd5f4d5b6.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/its4')
-rw-r--r-- | dev-util/its4/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/its4/its4-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/its4/ChangeLog b/dev-util/its4/ChangeLog index 25591524c9e2..83283d79205f 100644 --- a/dev-util/its4/ChangeLog +++ b/dev-util/its4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/its4 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/its4/ChangeLog,v 1.6 2007/07/02 15:09:43 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/its4/ChangeLog,v 1.7 2009/09/23 17:45:41 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> its4-1.1.1.ebuild: + Remove virtual/libc 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> its4-1.1.1.ebuild: (QA) RESTRICT clean up. diff --git a/dev-util/its4/its4-1.1.1.ebuild b/dev-util/its4/its4-1.1.1.ebuild index 38f396a7bfee..3bc0cba088d2 100644 --- a/dev-util/its4/its4-1.1.1.ebuild +++ b/dev-util/its4/its4-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/its4/its4-1.1.1.ebuild,v 1.5 2007/07/02 15:09:43 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/its4/its4-1.1.1.ebuild,v 1.6 2009/09/23 17:45:41 patrick Exp $ DESCRIPTION="ITS4: Software Security Tool" HOMEPAGE="http://www.cigital.com/its4/" @@ -9,7 +9,7 @@ LICENSE="ITS4" SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="sys-devel/gcc virtual/libc" +DEPEND="sys-devel/gcc" RESTRICT="mirror fetch" #RDEPEND="" S="${WORKDIR}/${PN}" |