diff options
author | 2012-10-01 08:45:19 +0000 | |
---|---|---|
committer | 2012-10-01 08:45:19 +0000 | |
commit | a74ee1f19d0a9dda8c3e7eeabb740a2ea522ec12 (patch) | |
tree | 09db4f508d1944534738004e064d1fbca7bc5df7 /net-analyzer/nsca | |
parent | Stable for amd64, wrt bug #436738 (diff) | |
download | gentoo-2-a74ee1f19d0a9dda8c3e7eeabb740a2ea522ec12.tar.gz gentoo-2-a74ee1f19d0a9dda8c3e7eeabb740a2ea522ec12.tar.bz2 gentoo-2-a74ee1f19d0a9dda8c3e7eeabb740a2ea522ec12.zip |
Stable for amd64, wrt bug #436740
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nsca')
-rw-r--r-- | net-analyzer/nsca/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nsca/nsca-2.7.2-r103.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/nsca/ChangeLog b/net-analyzer/nsca/ChangeLog index 06a54ff06e65..261d28bda7ae 100644 --- a/net-analyzer/nsca/ChangeLog +++ b/net-analyzer/nsca/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nsca -# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsca/ChangeLog,v 1.5 2012/08/24 15:19:07 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsca/ChangeLog,v 1.6 2012/10/01 08:45:19 ago Exp $ + + 01 Oct 2012; Agostino Sarubbo <ago@gentoo.org> nsca-2.7.2-r103.ebuild: + Stable for amd64, wrt bug #436740 24 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> nsca-2.7.2-r103.ebuild: Remove usex usage. diff --git a/net-analyzer/nsca/nsca-2.7.2-r103.ebuild b/net-analyzer/nsca/nsca-2.7.2-r103.ebuild index 8234857136b9..85c5c25032a5 100644 --- a/net-analyzer/nsca/nsca-2.7.2-r103.ebuild +++ b/net-analyzer/nsca/nsca-2.7.2-r103.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/nsca/nsca-2.7.2-r103.ebuild,v 1.4 2012/08/24 15:19:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsca/nsca-2.7.2-r103.ebuild,v 1.5 2012/10/01 08:45:19 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/nagios/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="tcpd +crypt minimal" DEPEND="crypt? ( >=dev-libs/libmcrypt-2.5.1-r4 ) |