diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-26 10:41:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-26 10:41:29 +0000 |
commit | edf80c5a0f3d3941a004227ad97a895f924d9d35 (patch) | |
tree | 1be1291f25b0896f8e9204adec83ebb97565c7fe /sys-apps/pcsc-lite | |
parent | Stable for amd64, wrt bug #530020 (diff) | |
download | gentoo-2-edf80c5a0f3d3941a004227ad97a895f924d9d35.tar.gz gentoo-2-edf80c5a0f3d3941a004227ad97a895f924d9d35.tar.bz2 gentoo-2-edf80c5a0f3d3941a004227ad97a895f924d9d35.zip |
Stable for amd64, wrt bug #529000
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/pcsc-lite')
-rw-r--r-- | sys-apps/pcsc-lite/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pcsc-lite/ChangeLog b/sys-apps/pcsc-lite/ChangeLog index a75aa5b0a79a..11ba0518b084 100644 --- a/sys-apps/pcsc-lite/ChangeLog +++ b/sys-apps/pcsc-lite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pcsc-lite # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.183 2014/11/19 21:02:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/ChangeLog,v 1.184 2014/11/26 10:41:29 ago Exp $ + + 26 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pcsc-lite-1.8.12-r1.ebuild: + Stable for amd64, wrt bug #529000 19 Nov 2014; Markus Meier <maekke@gentoo.org> pcsc-lite-1.8.12-r1.ebuild: arm stable, bug #529000 diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild index 252f0d4f568f..8b7f2a75f7eb 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild,v 1.4 2014/11/19 21:02:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.12-r1.ebuild,v 1.5 2014/11/26 10:41:29 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}" # upstream. LICENSE="BSD ISC MIT GPL-3+ GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" # This is called libusb so that it doesn't fool people in thinking that # it is _required_ for USB support. Otherwise they'll disable udev and |