diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-19 09:03:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-19 09:03:07 +0000 |
commit | 8d219554961732dea9229e063fea1668a5e0dee0 (patch) | |
tree | 5baba9c08851bbccdbd0dd434ec2943e2252f452 /sys-auth | |
parent | Stable for amd64, wrt bug #540438 (diff) | |
download | gentoo-2-8d219554961732dea9229e063fea1668a5e0dee0.tar.gz gentoo-2-8d219554961732dea9229e063fea1668a5e0dee0.tar.bz2 gentoo-2-8d219554961732dea9229e063fea1668a5e0dee0.zip |
Stable for amd64, wrt bug #535660
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/bioapi/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/bioapi/bioapi-1.2.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/bioapi/ChangeLog b/sys-auth/bioapi/ChangeLog index 122da5de23c9..7367283493be 100644 --- a/sys-auth/bioapi/ChangeLog +++ b/sys-auth/bioapi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/bioapi -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.16 2014/05/04 15:51:25 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.17 2015/02/19 09:03:07 ago Exp $ + + 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> bioapi-1.2.4.ebuild: + Stable for amd64, wrt bug #535660 *bioapi-1.2.4 (04 May 2014) diff --git a/sys-auth/bioapi/bioapi-1.2.4.ebuild b/sys-auth/bioapi/bioapi-1.2.4.ebuild index 21010e447e06..4586424e9a12 100644 --- a/sys-auth/bioapi/bioapi-1.2.4.ebuild +++ b/sys-auth/bioapi/bioapi-1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.4.ebuild,v 1.1 2014/05/04 15:51:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.4.ebuild,v 1.2 2015/02/19 09:03:07 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://bioapi-linux.googlecode.com/files/${PN}_${PV}.tar.gz" LICENSE="bioapi" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="static-libs" S=${WORKDIR}/bioapi-linux |