diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-01-22 20:03:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-01-22 20:03:52 +0000 |
commit | 73c62c7c30ce9b4017d3fc897d341e7a2c119aa2 (patch) | |
tree | 857949a7d8eb43dbe66ccfef81fe669718fa865c /net-analyzer/netio | |
parent | Do not strip (bug #251982). (diff) | |
download | gentoo-2-73c62c7c30ce9b4017d3fc897d341e7a2c119aa2.tar.gz gentoo-2-73c62c7c30ce9b4017d3fc897d341e7a2c119aa2.tar.bz2 gentoo-2-73c62c7c30ce9b4017d3fc897d341e7a2c119aa2.zip |
Do not install the Linux binary executable (found through bug #240766).
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/netio')
-rw-r--r-- | net-analyzer/netio/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/netio/netio-1.26.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/netio/ChangeLog b/net-analyzer/netio/ChangeLog index 6954ed2c45ef..ee9364450db3 100644 --- a/net-analyzer/netio/ChangeLog +++ b/net-analyzer/netio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netio -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.18 2008/01/19 12:57:04 armin76 Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.19 2009/01/22 20:03:52 jer Exp $ + + 22 Jan 2009; Jeroen Roovers <jer@gentoo.org> netio-1.26.ebuild: + Do not install the Linux binary executable (found through bug #240766). 19 Jan 2008; Raúl Porcel <armin76@gentoo.org> -netio-1.23.ebuild: old diff --git a/net-analyzer/netio/netio-1.26.ebuild b/net-analyzer/netio/netio-1.26.ebuild index 53e81c17bcdd..9dfe42a5b478 100644 --- a/net-analyzer/netio/netio-1.26.ebuild +++ b/net-analyzer/netio/netio-1.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.26.ebuild,v 1.7 2008/01/16 20:21:29 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.26.ebuild,v 1.8 2009/01/22 20:03:52 jer Exp $ inherit toolchain-funcs versionator @@ -44,7 +44,7 @@ src_install() { netb_2_c.h netio.doc getopt.c Makefile netbios.c # also install binaries - dodoc bin/os2-i386.exe bin/win32-i386.exe bin/linux-i386 + dodoc bin/os2-i386.exe bin/win32-i386.exe } pkg_postinst() { |