summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2014-06-20 14:04:14 +0000
committerTobias Klausmann <klausman@gentoo.org>2014-06-20 14:04:14 +0000
commit57fc6a619e14496cb6c47e88d9df875840756e63 (patch)
tree156c8e2e9f3bd2d81755d13deb3367c9f4680454 /dev-libs/libbsd
parentadd py3.4 support req'd to support py packages such as pandas (diff)
downloadgentoo-2-57fc6a619e14496cb6c47e88d9df875840756e63.tar.gz
gentoo-2-57fc6a619e14496cb6c47e88d9df875840756e63.tar.bz2
gentoo-2-57fc6a619e14496cb6c47e88d9df875840756e63.zip
Stable on alpha, bug #480692
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-libs/libbsd')
-rw-r--r--dev-libs/libbsd/ChangeLog5
-rw-r--r--dev-libs/libbsd/libbsd-0.6.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libbsd/ChangeLog b/dev-libs/libbsd/ChangeLog
index 8da7ecdb507a..f192b34b426f 100644
--- a/dev-libs/libbsd/ChangeLog
+++ b/dev-libs/libbsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libbsd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v 1.24 2014/05/25 18:46:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/ChangeLog,v 1.25 2014/06/20 14:04:14 klausman Exp $
+
+ 20 Jun 2014; Tobias Klausmann <klausman@gentoo.org> libbsd-0.6.0.ebuild:
+ Stable on alpha, bug #480692
25 May 2014; Markus Meier <maekke@gentoo.org> libbsd-0.6.0.ebuild:
arm stable, bug #480692
diff --git a/dev-libs/libbsd/libbsd-0.6.0.ebuild b/dev-libs/libbsd/libbsd-0.6.0.ebuild
index 5af435e5bb53..5663e70002aa 100644
--- a/dev-libs/libbsd/libbsd-0.6.0.ebuild
+++ b/dev-libs/libbsd/libbsd-0.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild,v 1.7 2014/05/25 18:46:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild,v 1.8 2014/06/20 14:04:14 klausman Exp $
EAPI=5
inherit eutils multilib
@@ -11,7 +11,7 @@ SRC_URI="http://${PN}.freedesktop.org/releases/${P}.tar.xz"
LICENSE="BSD BSD-2 BSD-4 ISC"
SLOT="0"
-KEYWORDS="amd64 arm hppa x86"
+KEYWORDS="alpha amd64 arm hppa x86"
IUSE="static-libs"
DOCS="ChangeLog README TODO"