diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-15 12:27:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-15 12:27:39 +0000 |
commit | 4d25b3865780257a4bff5fee04f9a5a83b3ce17e (patch) | |
tree | b8f3d38df8f5efb44cfb70a2f9386256a3bc4f99 | |
parent | Stable for amd64, wrt bug #407357 (diff) | |
download | gentoo-2-4d25b3865780257a4bff5fee04f9a5a83b3ce17e.tar.gz gentoo-2-4d25b3865780257a4bff5fee04f9a5a83b3ce17e.tar.bz2 gentoo-2-4d25b3865780257a4bff5fee04f9a5a83b3ce17e.zip |
Stable for amd64, wrt bug #407357
(Portage version: 2.1.10.44/cvs/Linux x86_64)
-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 de7ee7aa7e29..4e58c938765f 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.2 2012/03/09 19:12:26 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/ChangeLog,v 1.3 2012/03/15 12:27:39 ago Exp $ + + 15 Mar 2012; Agostino Sarubbo <ago@gentoo.org> libcacard-0.1.2.ebuild: + Stable for amd64, wrt bug #407357 09 Mar 2012; Jeff Horelick <jdhore@gentoo.org> libcacard-0.1.2.ebuild: Keyworded ~x86 wrt bug 402721 diff --git a/app-emulation/libcacard/libcacard-0.1.2.ebuild b/app-emulation/libcacard/libcacard-0.1.2.ebuild index b8446cca24fb..c255c14cf60a 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.2 2012/03/09 19:12:26 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/libcacard-0.1.2.ebuild,v 1.3 2012/03/15 12:27:39 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 ~x86" IUSE="static-libs" RDEPEND=">=dev-libs/nss-3.13 |