diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-13 07:14:05 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-13 07:14:05 +0000 |
commit | 035cfe2f740168a1b9604d8e05d3ce11c5af9ec7 (patch) | |
tree | 3266310cc26572205e6462c004c83b5247d5d5bc /net-analyzer/nessus-bin | |
parent | x86 stable wrt bug #404433 (diff) | |
download | gentoo-2-035cfe2f740168a1b9604d8e05d3ce11c5af9ec7.tar.gz gentoo-2-035cfe2f740168a1b9604d8e05d3ce11c5af9ec7.tar.bz2 gentoo-2-035cfe2f740168a1b9604d8e05d3ce11c5af9ec7.zip |
Add GPL-2 to LICENSE variable, cause init.d script are under it, wrt bug #425998
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nessus-bin')
-rw-r--r-- | net-analyzer/nessus-bin/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nessus-bin/nessus-bin-4.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/nessus-bin/ChangeLog b/net-analyzer/nessus-bin/ChangeLog index 1f080048d58c..63308b737ce7 100644 --- a/net-analyzer/nessus-bin/ChangeLog +++ b/net-analyzer/nessus-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nessus-bin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/ChangeLog,v 1.15 2012/06/12 02:55:10 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/ChangeLog,v 1.16 2012/09/13 07:14:05 pinkbyte Exp $ + + 13 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> nessus-bin-4.4.1.ebuild: + Add GPL-2 to LICENSE variable, cause init.d script are under it, wrt bug + #425998 12 Jun 2012; Zac Medico <zmedico@gentoo.org> nessus-bin-4.4.1.ebuild: inherit multilib for get_libdir diff --git a/net-analyzer/nessus-bin/nessus-bin-4.4.1.ebuild b/net-analyzer/nessus-bin/nessus-bin-4.4.1.ebuild index 1cbc25a6639c..124418a4cbea 100644 --- a/net-analyzer/nessus-bin/nessus-bin-4.4.1.ebuild +++ b/net-analyzer/nessus-bin/nessus-bin-4.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/nessus-bin-4.4.1.ebuild,v 1.2 2012/06/12 02:55:10 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-bin/nessus-bin-4.4.1.ebuild,v 1.3 2012/09/13 07:14:05 pinkbyte Exp $ inherit multilib rpm @@ -15,7 +15,7 @@ SRC_URI=" RESTRICT="mirror fetch strip" -LICENSE="Nessus-EULA" +LICENSE="GPL-2 Nessus-EULA" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="X" |