diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-06 09:14:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-06 09:14:34 +0000 |
commit | 57245437310a556becbef7842b498855d90358e8 (patch) | |
tree | 9d5db790f3aec97a286032d0e566fd1e4a12005a /app-emulation | |
parent | Add ~sparc, wrt bug #449220 (diff) | |
download | gentoo-2-57245437310a556becbef7842b498855d90358e8.tar.gz gentoo-2-57245437310a556becbef7842b498855d90358e8.tar.bz2 gentoo-2-57245437310a556becbef7842b498855d90358e8.zip |
Add ~sparc, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation')
-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 42ddc9b507b0..25679551a8d6 100644 --- a/app-emulation/libcacard/ChangeLog +++ b/app-emulation/libcacard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libcacard # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/ChangeLog,v 1.9 2013/01/01 14:03:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/ChangeLog,v 1.10 2013/01/06 09:14:34 ago Exp $ + + 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libcacard-0.1.2.ebuild: + Add ~sparc, wrt bug #449220 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libcacard-0.1.2.ebuild: Add ~alpha, wrt bug #449220 diff --git a/app-emulation/libcacard/libcacard-0.1.2.ebuild b/app-emulation/libcacard/libcacard-0.1.2.ebuild index e73e62575f5f..33358e57dac7 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-2013 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.9 2013/01/01 14:03:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/libcacard-0.1.2.ebuild,v 1.10 2013/01/06 09:14:34 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="~alpha amd64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="static-libs" RDEPEND=">=dev-libs/nss-3.13 |