jer         14/05/05 15:56:24

  Modified:             ChangeLog net-snmp-5.7.3_pre3.ebuild
  Log:
  Fix USE=-python by Jonathan Callen (bug #509600).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.282                net-analyzer/net-snmp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.282&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.282&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?r1=1.281&r2=1.282

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- ChangeLog   3 May 2014 14:19:36 -0000       1.281
+++ ChangeLog   5 May 2014 15:56:24 -0000       1.282
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/net-snmp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.281 
2014/05/03 14:19:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.282 
2014/05/05 15:56:24 jer Exp $
+
+  05 May 2014; Jeroen Roovers <[email protected]> net-snmp-5.7.3_pre3.ebuild:
+  Fix USE=-python by Jonathan Callen (bug #509600).
 
   03 May 2014; Markus Meier <[email protected]> net-snmp-5.7.3_pre3.ebuild:
   arm stable, bug #509110



1.7                  net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild?r1=1.6&r2=1.7

Index: net-snmp-5.7.3_pre3.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- net-snmp-5.7.3_pre3.ebuild  3 May 2014 14:19:36 -0000       1.6
+++ net-snmp-5.7.3_pre3.ebuild  5 May 2014 15:56:24 -0000       1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v 1.6 
2014/05/03 14:19:36 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v 1.7 
2014/05/05 15:56:24 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -64,6 +64,10 @@
 
 RESTRICT=test
 
+pkg_setup() {
+       use python && python-single-r1_pkg_setup
+}
+
 src_prepare() {
        # snmpconf generates config files with proper selinux context
        use selinux && epatch "${FILESDIR}"/${PN}-5.1.2-snmpconf-selinux.patch




Reply via email to