diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-08-22 19:45:38 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-08-22 19:45:38 +0000 |
commit | e2d4fb083c43a0a4bd4bee828174419117634ea2 (patch) | |
tree | 98a4aa4b27a34bf08cc9af9263a1924ceba20aef /sys-libs | |
parent | Stable on sparc, bug #233536 (diff) | |
download | gentoo-2-e2d4fb083c43a0a4bd4bee828174419117634ea2.tar.gz gentoo-2-e2d4fb083c43a0a4bd4bee828174419117634ea2.tar.bz2 gentoo-2-e2d4fb083c43a0a4bd4bee828174419117634ea2.zip |
Stable on sparc, bug #233536
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libchipcard/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libchipcard/libchipcard-3.0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/libchipcard/ChangeLog b/sys-libs/libchipcard/ChangeLog index c7434507b116..43d048bb73a4 100644 --- a/sys-libs/libchipcard/ChangeLog +++ b/sys-libs/libchipcard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libchipcard # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/ChangeLog,v 1.69 2008/08/05 13:31:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/ChangeLog,v 1.70 2008/08/22 19:45:38 bluebird Exp $ + + 22 Aug 2008; Friedrich Oslage <bluebird@gentoo.org> + libchipcard-3.0.4.ebuild: + Stable on sparc, bug #233536 05 Aug 2008; Torsten Veller <tove@gentoo.org> libchipcard-3.0.4.ebuild: Stable on x86 (#233536) diff --git a/sys-libs/libchipcard/libchipcard-3.0.4.ebuild b/sys-libs/libchipcard/libchipcard-3.0.4.ebuild index 6315d23566f9..c7ce6af3fb3c 100644 --- a/sys-libs/libchipcard/libchipcard-3.0.4.ebuild +++ b/sys-libs/libchipcard/libchipcard-3.0.4.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-libs/libchipcard/libchipcard-3.0.4.ebuild,v 1.6 2008/08/05 13:31:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/libchipcard-3.0.4.ebuild,v 1.7 2008/08/22 19:45:38 bluebird Exp $ MY_P="${PN}3-${PV}" DESCRIPTION="Libchipcard is a library for easy access to chip cards via chip card readers (terminals)." @@ -8,7 +8,7 @@ HOMEPAGE="http://www.libchipcard.de" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~amd64 ~hppa ppc ~ppc64 ~sparc x86" +KEYWORDS="~amd64 ~hppa ppc ~ppc64 sparc x86" IUSE="debug doc ssl usb" |