diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-02 09:58:50 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-02 09:58:50 +0000 |
commit | f64c2594ffd84a9dfa2c42c06efeeba10529fec2 (patch) | |
tree | 16bac3e9eae368cfb447395e3a0c0a51bd27e4b9 /app-crypt/gnupg | |
parent | Fixed dependencies (bug #449710) (diff) | |
download | gentoo-2-f64c2594ffd84a9dfa2c42c06efeeba10529fec2.tar.gz gentoo-2-f64c2594ffd84a9dfa2c42c06efeeba10529fec2.tar.bz2 gentoo-2-f64c2594ffd84a9dfa2c42c06efeeba10529fec2.zip |
Stable on amd64, wrt bug #449546
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r-- | app-crypt/gnupg/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-1.4.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog index ea6a0b165760..2f72931ee313 100644 --- a/app-crypt/gnupg/ChangeLog +++ b/app-crypt/gnupg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gnupg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.440 2013/01/01 22:15:57 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.441 2013/01/02 09:58:50 pinkbyte Exp $ + + 02 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> gnupg-1.4.13.ebuild: + Stable on amd64, wrt bug #449546 01 Jan 2013; Jeff Horelick <jdhore@gentoo.org> gnupg-1.4.13.ebuild: marked x86 per bug 449546 diff --git a/app-crypt/gnupg/gnupg-1.4.13.ebuild b/app-crypt/gnupg/gnupg-1.4.13.ebuild index aa9430a87efa..55d900d0b265 100644 --- a/app-crypt/gnupg/gnupg-1.4.13.ebuild +++ b/app-crypt/gnupg/gnupg-1.4.13.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-crypt/gnupg/gnupg-1.4.13.ebuild,v 1.2 2013/01/01 22:15:57 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.13.ebuild,v 1.3 2013/01/02 09:58:50 pinkbyte Exp $ EAPI="4" @@ -18,7 +18,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="bzip2 curl ldap nls readline selinux smartcard static usb zlib linguas_ru" #IUSE="bzip2 bindist curl ecc ldap nls readline selinux smartcard static usb zlib linguas_ru" |