diff options
-rw-r--r-- | net-analyzer/libnasl/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/libnasl/ChangeLog b/net-analyzer/libnasl/ChangeLog index 488bdd6bf85b..7b7fc63d6457 100644 --- a/net-analyzer/libnasl/ChangeLog +++ b/net-analyzer/libnasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/libnasl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.92 2011/09/12 06:18:16 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.93 2013/07/04 21:29:33 ottxor Exp $ + + 04 Jul 2013; Christoph Junghans <ottxor@gentoo.org> libnasl-2.2.9-r1.ebuild: + added ~amd64-linux (tested by me) 12 Sep 2011; Tim Harder <radhermit@gentoo.org> -libnasl-2.2.9.ebuild: Remove old. diff --git a/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild b/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild index b182b6da832c..18ce3401434d 100644 --- a/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild +++ b/net-analyzer/libnasl/libnasl-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/libnasl/libnasl-2.2.9-r1.ebuild,v 1.3 2011/09/12 06:16:35 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild,v 1.4 2013/07/04 21:29:33 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="static-libs" RDEPEND="~net-analyzer/nessus-libraries-${PV}" |