diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-03-21 16:54:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-03-21 16:54:18 +0000 |
commit | 7b4a46c060b19be5cf5fc62af79c18b4e5e74b01 (patch) | |
tree | 36b76f7e7b469fb54d43543176d08403ac4f2b5f /dev-util/splint | |
parent | Remove unneeded library directory setting. (diff) | |
download | gentoo-2-7b4a46c060b19be5cf5fc62af79c18b4e5e74b01.tar.gz gentoo-2-7b4a46c060b19be5cf5fc62af79c18b4e5e74b01.tar.bz2 gentoo-2-7b4a46c060b19be5cf5fc62af79c18b4e5e74b01.zip |
Add some DEPEND requirements.
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/splint')
-rw-r--r-- | dev-util/splint/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/splint/splint-3.1.2.ebuild | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog index 4ba73961b886..d9f65ade59d0 100644 --- a/dev-util/splint/ChangeLog +++ b/dev-util/splint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/splint -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.25 2008/02/27 11:11:01 coldwind Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.26 2012/03/21 16:54:18 jer Exp $ + + 21 Mar 2012; Jeroen Roovers <jer@gentoo.org> splint-3.1.2.ebuild: + Add some DEPEND requirements. 27 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> splint-3.1.2.ebuild: amd64 stable wrt bug #210010 diff --git a/dev-util/splint/splint-3.1.2.ebuild b/dev-util/splint/splint-3.1.2.ebuild index 725033880af3..18302965baf1 100644 --- a/dev-util/splint/splint-3.1.2.ebuild +++ b/dev-util/splint/splint-3.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2.ebuild,v 1.10 2008/02/27 11:11:01 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2.ebuild,v 1.11 2012/03/21 16:54:18 jer Exp $ DESCRIPTION="Check C programs for vulnerabilities and programming mistakes" HOMEPAGE="http://lclint.cs.virginia.edu/" @@ -11,7 +11,11 @@ SLOT="0" KEYWORDS="amd64 hppa ppc ppc64 sparc x86" IUSE="" -DEPEND="" +DEPEND=" + sys-devel/flex + virtual/yacc +" +RDEPEND="" src_compile() { econf || die |