diff options
author | 2015-02-25 15:42:17 +0000 | |
---|---|---|
committer | 2015-02-25 15:42:17 +0000 | |
commit | e3527c32744ba79a9b6d4ec8cc45d26e5a32943b (patch) | |
tree | fbd09e5fa2195973a28f72bb763217d6017ba6fd /sys-auth | |
parent | Stable for x86, wrt bug #535620 (diff) | |
download | gentoo-2-e3527c32744ba79a9b6d4ec8cc45d26e5a32943b.tar.gz gentoo-2-e3527c32744ba79a9b6d4ec8cc45d26e5a32943b.tar.bz2 gentoo-2-e3527c32744ba79a9b6d4ec8cc45d26e5a32943b.zip |
Stable for x86, wrt bug #535660
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/bioapi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/bioapi/bioapi-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/bioapi/ChangeLog b/sys-auth/bioapi/ChangeLog index 7367283493be..b4e79be67085 100644 --- a/sys-auth/bioapi/ChangeLog +++ b/sys-auth/bioapi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/bioapi # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.18 2015/02/25 15:42:17 ago Exp $ + + 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> bioapi-1.2.4.ebuild: + Stable for x86, wrt bug #535660 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> bioapi-1.2.4.ebuild: Stable for amd64, wrt bug #535660 diff --git a/sys-auth/bioapi/bioapi-1.2.4.ebuild b/sys-auth/bioapi/bioapi-1.2.4.ebuild index 4586424e9a12..f6e1926fee7e 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-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.2 2015/02/19 09:03:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.4.ebuild,v 1.3 2015/02/25 15:42:17 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 |