diff options
author | 2013-03-26 23:53:09 +0000 | |
---|---|---|
committer | 2013-03-26 23:53:09 +0000 | |
commit | 2f5bc546590b9f4e2ae9429088cc6e1ce3920eed (patch) | |
tree | a62894066dce7cd85b27793669097e662b55e437 /net-analyzer/nipper | |
parent | Remove broken build task from pavement.py, bug 463340. (diff) | |
download | gentoo-2-2f5bc546590b9f4e2ae9429088cc6e1ce3920eed.tar.gz gentoo-2-2f5bc546590b9f4e2ae9429088cc6e1ce3920eed.tar.bz2 gentoo-2-2f5bc546590b9f4e2ae9429088cc6e1ce3920eed.zip |
Bump to EAPI 4, see bug 460572.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 6C20157A)
Diffstat (limited to 'net-analyzer/nipper')
-rw-r--r-- | net-analyzer/nipper/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nipper/nipper-0.12.0.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-analyzer/nipper/ChangeLog b/net-analyzer/nipper/ChangeLog index 40562af7b77a..c07a45a54bb4 100644 --- a/net-analyzer/nipper/ChangeLog +++ b/net-analyzer/nipper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nipper -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/ChangeLog,v 1.28 2008/08/30 19:08:47 ikelos Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/ChangeLog,v 1.29 2013/03/26 23:53:09 ikelos Exp $ + + 26 Mar 2013; Mike Auty <ikelos@gentoo.org> nipper-0.12.0.ebuild: + Bump to EAPI 4, see bug 460572. *nipper-0.12.0 (30 Aug 2008) diff --git a/net-analyzer/nipper/nipper-0.12.0.ebuild b/net-analyzer/nipper/nipper-0.12.0.ebuild index 903f0759c088..de5f8e7f1124 100644 --- a/net-analyzer/nipper/nipper-0.12.0.ebuild +++ b/net-analyzer/nipper/nipper-0.12.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 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/nipper/nipper-0.12.0.ebuild,v 1.1 2008/08/30 19:08:47 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/nipper-0.12.0.ebuild,v 1.2 2013/03/26 23:53:09 ikelos Exp $ + +EAPI="4" inherit cmake-utils |