diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-03-09 19:12:26 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-03-09 19:12:26 +0000 |
commit | 5e53966670b6eaba9810dd245d4f096b5ded8a86 (patch) | |
tree | fea4fdcd42faac6d7d02554767bb5ba04baef0f6 /app-emulation/libcacard | |
parent | punt old, no longer compatible with stable dbus, therefore useless (diff) | |
download | gentoo-2-5e53966670b6eaba9810dd245d4f096b5ded8a86.tar.gz gentoo-2-5e53966670b6eaba9810dd245d4f096b5ded8a86.tar.bz2 gentoo-2-5e53966670b6eaba9810dd245d4f096b5ded8a86.zip |
Keyworded ~x86 wrt bug 402721
(Portage version: 2.2.0_alpha90/cvs/Linux i686)
Diffstat (limited to 'app-emulation/libcacard')
-rw-r--r-- | app-emulation/libcacard/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libcacard/libcacard-0.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libcacard/ChangeLog b/app-emulation/libcacard/ChangeLog index 72ad05510142..de7ee7aa7e29 100644 --- a/app-emulation/libcacard/ChangeLog +++ b/app-emulation/libcacard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libcacard # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/ChangeLog,v 1.1 2012/02/08 15:48:41 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/ChangeLog,v 1.2 2012/03/09 19:12:26 jdhore Exp $ + + 09 Mar 2012; Jeff Horelick <jdhore@gentoo.org> libcacard-0.1.2.ebuild: + Keyworded ~x86 wrt bug 402721 *libcacard-0.1.2 (08 Feb 2012) diff --git a/app-emulation/libcacard/libcacard-0.1.2.ebuild b/app-emulation/libcacard/libcacard-0.1.2.ebuild index 46a919ebecb4..b8446cca24fb 100644 --- a/app-emulation/libcacard/libcacard-0.1.2.ebuild +++ b/app-emulation/libcacard/libcacard-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/libcacard-0.1.2.ebuild,v 1.1 2012/02/08 15:48:41 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/libcacard-0.1.2.ebuild,v 1.2 2012/03/09 19:12:26 jdhore Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="static-libs" RDEPEND=">=dev-libs/nss-3.13 |