diff options
-rw-r--r-- | app-emulation/libcacard/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/libcacard/libcacard-0.1.2.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emulation/libcacard/ChangeLog b/app-emulation/libcacard/ChangeLog index 08b08c86353c..c4f402e77475 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.5 2012/11/21 21:58:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/ChangeLog,v 1.6 2012/12/31 14:15:46 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libcacard-0.1.2.ebuild: + Add ~ppc, wrt bug #449220 21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> libcacard-0.1.2.ebuild: Stable for x86, wrt bug #444228 @@ -19,4 +22,3 @@ 08 Feb 2012; Tiziano Müller <dev-zero@gentoo.org> +libcacard-0.1.2.ebuild, +metadata.xml: Initial commit (ebuild written by me), optional requirement for spice. - diff --git a/app-emulation/libcacard/libcacard-0.1.2.ebuild b/app-emulation/libcacard/libcacard-0.1.2.ebuild index 1779095b94d8..1a9a8ee48032 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.5 2012/11/21 21:58:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/libcacard-0.1.2.ebuild,v 1.6 2012/12/31 14:15:46 ago 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 x86" +KEYWORDS="amd64 ~ppc x86" IUSE="static-libs" RDEPEND=">=dev-libs/nss-3.13 |