diff options
author | 2013-07-04 21:30:42 +0000 | |
---|---|---|
committer | 2013-07-04 21:30:42 +0000 | |
commit | f1fcc7cdb9db0b03a93f4ed98d98418c6d423868 (patch) | |
tree | 07b61f985bf58a639c7f6e6ca2247686035643a8 /net-analyzer/nessus-libraries | |
parent | added ~amd64-linux (tested by me) (diff) | |
download | gentoo-2-f1fcc7cdb9db0b03a93f4ed98d98418c6d423868.tar.gz gentoo-2-f1fcc7cdb9db0b03a93f4ed98d98418c6d423868.tar.bz2 gentoo-2-f1fcc7cdb9db0b03a93f4ed98d98418c6d423868.zip |
added ~amd64-linux (tested by me)
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'net-analyzer/nessus-libraries')
-rw-r--r-- | net-analyzer/nessus-libraries/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/nessus-libraries/ChangeLog b/net-analyzer/nessus-libraries/ChangeLog index 664baf21b717..28cf3cd2cb2b 100644 --- a/net-analyzer/nessus-libraries/ChangeLog +++ b/net-analyzer/nessus-libraries/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nessus-libraries -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.95 2011/09/12 06:52:20 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.96 2013/07/04 21:30:42 ottxor Exp $ + + 04 Jul 2013; Christoph Junghans <ottxor@gentoo.org> + nessus-libraries-2.2.9-r1.ebuild: + added ~amd64-linux (tested by me) 12 Sep 2011; Tim Harder <radhermit@gentoo.org> -nessus-libraries-2.2.9.ebuild, -files/nessus-libraries-2.2.9-asneeded.patch, diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild index 908d561e2931..b6d9db7d7b69 100644 --- a/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild +++ b/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild,v 1.2 2011/09/12 06:46:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild,v 1.3 2013/07/04 21:30:42 ottxor Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" IUSE="crypt debug static-libs" # Hard dep on SSL since libnasl won't compile when this package is emerged -ssl. |