diff options
author | Markus Meier <maekke@gentoo.org> | 2010-01-18 19:24:07 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-01-18 19:24:07 +0000 |
commit | 5bbb6e6ddbba9058cf900c010a31f9e63ce187cf (patch) | |
tree | 5b1e55b85c1fcb09238aeffff4d9e17e32814a6e /sys-auth/bioapi | |
parent | alpha/ia64/sh/sparc stable wrt #294958 (diff) | |
download | gentoo-2-5bbb6e6ddbba9058cf900c010a31f9e63ce187cf.tar.gz gentoo-2-5bbb6e6ddbba9058cf900c010a31f9e63ce187cf.tar.bz2 gentoo-2-5bbb6e6ddbba9058cf900c010a31f9e63ce187cf.zip |
amd64/x86 stable, bug #299192
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/bioapi')
-rw-r--r-- | sys-auth/bioapi/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/bioapi/bioapi-1.2.3-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/bioapi/ChangeLog b/sys-auth/bioapi/ChangeLog index fde7da78a601..3f97187e69d2 100644 --- a/sys-auth/bioapi/ChangeLog +++ b/sys-auth/bioapi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/bioapi -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.11 2009/07/25 20:28:44 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.12 2010/01/18 19:24:07 maekke Exp $ + + 18 Jan 2010; Markus Meier <maekke@gentoo.org> bioapi-1.2.3-r2.ebuild: + amd64/x86 stable, bug #299192 25 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> bioapi-1.2.3-r2.ebuild, +files/bioapi-1.2.3-gcc44.patch: diff --git a/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild b/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild index c469062ad17e..18a7db12b090 100644 --- a/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild +++ b/sys-auth/bioapi/bioapi-1.2.3-r2.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/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild,v 1.2 2009/07/25 20:28:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild,v 1.3 2010/01/18 19:24:07 maekke Exp $ inherit eutils multilib @@ -10,7 +10,7 @@ SRC_URI="http://bioapi-linux.googlecode.com/files/${PN}_${PV}.tar.gz" LICENSE="bioapi" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="qt3" DEPEND="qt3? ( =x11-libs/qt-3* )" |