summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-04-09 09:05:15 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-04-09 09:05:15 +0000
commite6383c387f1d141535c755992d0b5271d8e35145 (patch)
treed3b5b98a4e854b8e02af8b33633d72d26c82927c /dev-libs/fstrm
parentStable for x86, wrt bug #532000 (diff)
downloadgentoo-2-e6383c387f1d141535c755992d0b5271d8e35145.tar.gz
gentoo-2-e6383c387f1d141535c755992d0b5271d8e35145.tar.bz2
gentoo-2-e6383c387f1d141535c755992d0b5271d8e35145.zip
Stable for x86, wrt bug #532000
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/fstrm')
-rw-r--r--dev-libs/fstrm/ChangeLog5
-rw-r--r--dev-libs/fstrm/fstrm-0.2.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/fstrm/ChangeLog b/dev-libs/fstrm/ChangeLog
index 952ea807bfb9..34e8a4b3916b 100644
--- a/dev-libs/fstrm/ChangeLog
+++ b/dev-libs/fstrm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/fstrm
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v 1.4 2015/04/09 09:04:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/ChangeLog,v 1.5 2015/04/09 09:05:15 ago Exp $
+
+ 09 Apr 2015; Agostino Sarubbo <ago@gentoo.org> fstrm-0.2.0-r1.ebuild:
+ Stable for x86, wrt bug #532000
09 Apr 2015; Agostino Sarubbo <ago@gentoo.org> fstrm-0.2.0-r1.ebuild:
Stable for amd64, wrt bug #532000
diff --git a/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild b/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild
index 5a0ec4692949..9704bf53a625 100644
--- a/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild
+++ b/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v 1.3 2015/04/09 09:04:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fstrm/fstrm-0.2.0-r1.ebuild,v 1.4 2015/04/09 09:05:15 ago Exp $
EAPI=5
inherit autotools-multilib
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/farsightsec/${PN}/releases/download/v${PV}/${P}.tar.
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="static-libs utils"
RDEPEND="utils? ( dev-libs/libevent[${MULTILIB_USEDEP}] )"