diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-19 18:37:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-19 18:37:24 +0000 |
commit | 1bb5ef7cd466bf01fc65f3894d890981962d79a6 (patch) | |
tree | 7d0be3c35186f7351917d3ff7dd4450f5d36c0e7 /net-analyzer/isic | |
parent | Fix build with USE=doc; drop rake-compiler dependency altogether. Bug #395133... (diff) | |
download | gentoo-2-1bb5ef7cd466bf01fc65f3894d890981962d79a6.tar.gz gentoo-2-1bb5ef7cd466bf01fc65f3894d890981962d79a6.tar.bz2 gentoo-2-1bb5ef7cd466bf01fc65f3894d890981962d79a6.zip |
Stable for AMD64, wrt bug #393895
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/isic')
-rw-r--r-- | net-analyzer/isic/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/isic/isic-0.07-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/isic/ChangeLog b/net-analyzer/isic/ChangeLog index 6dfc1df2f6e2..95500a2dc097 100644 --- a/net-analyzer/isic/ChangeLog +++ b/net-analyzer/isic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/isic # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v 1.17 2011/12/14 08:57:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v 1.18 2011/12/19 18:37:24 ago Exp $ + + 19 Dec 2011; Agostino Sarubbo <ago@gentoo.org> isic-0.07-r1.ebuild: + Stable for AMD64, wrt bug #393895 14 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> isic-0.07-r1.ebuild: x86 stable wrt bug #393895 diff --git a/net-analyzer/isic/isic-0.07-r1.ebuild b/net-analyzer/isic/isic-0.07-r1.ebuild index cf6dab079edf..619a61e80a53 100644 --- a/net-analyzer/isic/isic-0.07-r1.ebuild +++ b/net-analyzer/isic/isic-0.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.07-r1.ebuild,v 1.2 2011/12/14 08:57:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.07-r1.ebuild,v 1.3 2011/12/19 18:37:24 ago Exp $ EAPI="3" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/isic/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="net-libs/libnet:1.1" |