diff options
author | Markus Meier <maekke@gentoo.org> | 2008-10-26 19:13:05 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-10-26 19:13:05 +0000 |
commit | ce5851f6fa8a66ffd3ebc08f9cc30b0ad76801de (patch) | |
tree | a8382145cd8716993d70f4c40c52d547b626b7c8 /sys-auth/bioapi | |
parent | amd64/x86 stable, bug #244439 (diff) | |
download | gentoo-2-ce5851f6fa8a66ffd3ebc08f9cc30b0ad76801de.tar.gz gentoo-2-ce5851f6fa8a66ffd3ebc08f9cc30b0ad76801de.tar.bz2 gentoo-2-ce5851f6fa8a66ffd3ebc08f9cc30b0ad76801de.zip |
amd64/x86 stable, bug #244447
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc1 i686)
Diffstat (limited to 'sys-auth/bioapi')
-rw-r--r-- | sys-auth/bioapi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/bioapi/bioapi-1.2.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/bioapi/ChangeLog b/sys-auth/bioapi/ChangeLog index 16708e168e93..479c70ee1db0 100644 --- a/sys-auth/bioapi/ChangeLog +++ b/sys-auth/bioapi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/bioapi # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.8 2008/09/06 05:29:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.9 2008/10/26 19:13:05 maekke Exp $ + + 26 Oct 2008; Markus Meier <maekke@gentoo.org> bioapi-1.2.3-r1.ebuild: + amd64/x86 stable, bug #244447 *bioapi-1.2.3-r1 (06 Sep 2008) diff --git a/sys-auth/bioapi/bioapi-1.2.3-r1.ebuild b/sys-auth/bioapi/bioapi-1.2.3-r1.ebuild index a2edc1d4d5ec..6cf4228733b5 100644 --- a/sys-auth/bioapi/bioapi-1.2.3-r1.ebuild +++ b/sys-auth/bioapi/bioapi-1.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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-r1.ebuild,v 1.1 2008/09/06 05:29:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3-r1.ebuild,v 1.2 2008/10/26 19:13:05 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* )" |