diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-08 11:59:24 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-08 11:59:24 +0000 |
commit | e8a93105d7a1c85a9c4a98d612d85531b299e1f7 (patch) | |
tree | b4d19c2cf02aeee294d3914fb4096c6a2aecd0ba /net-libs | |
parent | Version bump (diff) | |
download | gentoo-2-e8a93105d7a1c85a9c4a98d612d85531b299e1f7.tar.gz gentoo-2-e8a93105d7a1c85a9c4a98d612d85531b299e1f7.tar.bz2 gentoo-2-e8a93105d7a1c85a9c4a98d612d85531b299e1f7.zip |
Stable on amd64. Security bug #301828
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libecap/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libecap/libecap-0.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libecap/ChangeLog b/net-libs/libecap/ChangeLog index 0c476b3a6b82..33887d77abd7 100644 --- a/net-libs/libecap/ChangeLog +++ b/net-libs/libecap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libecap -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/ChangeLog,v 1.7 2009/10/22 17:21:36 volkmar Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/ChangeLog,v 1.8 2010/08/08 11:59:24 hwoarang Exp $ + + 08 Aug 2010; Markos Chandras <hwoarang@gentoo.org> libecap-0.0.2.ebuild: + Stable on amd64. Security bug #301828 22 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> libecap-0.0.2.ebuild: Keywording for ppc, bug 277883 diff --git a/net-libs/libecap/libecap-0.0.2.ebuild b/net-libs/libecap/libecap-0.0.2.ebuild index 2c431902130d..22f2b4c2fa0a 100644 --- a/net-libs/libecap/libecap-0.0.2.ebuild +++ b/net-libs/libecap/libecap-0.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/libecap-0.0.2.ebuild,v 1.6 2009/10/22 17:21:36 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/libecap-0.0.2.ebuild,v 1.7 2010/08/08 11:59:24 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://www.measurement-factory.com/tmp/ecap/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="" |