diff options
author | 2014-01-18 19:59:16 +0000 | |
---|---|---|
committer | 2014-01-18 19:59:16 +0000 | |
commit | 24f883cce7ab28bec9c510859983ed650f10c4a5 (patch) | |
tree | a45eef6f69be1901e75f48921f6e4e2fe7fea051 /dev-libs | |
parent | Stable for alpha, wrt bug #492028 (diff) | |
download | gentoo-2-24f883cce7ab28bec9c510859983ed650f10c4a5.tar.gz gentoo-2-24f883cce7ab28bec9c510859983ed650f10c4a5.tar.bz2 gentoo-2-24f883cce7ab28bec9c510859983ed650f10c4a5.zip |
Stable for alpha, wrt bug #492032
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libassuan/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libassuan/libassuan-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libassuan/ChangeLog b/dev-libs/libassuan/ChangeLog index 8c170971a395..1aed3f8f7bb2 100644 --- a/dev-libs/libassuan/ChangeLog +++ b/dev-libs/libassuan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libassuan # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v 1.117 2014/01/15 09:15:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v 1.118 2014/01/18 19:59:16 ago Exp $ + + 18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libassuan-2.1.1.ebuild: + Stable for alpha, wrt bug #492032 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libassuan-2.1.1.ebuild: Stable for ia64, wrt bug #492032 diff --git a/dev-libs/libassuan/libassuan-2.1.1.ebuild b/dev-libs/libassuan/libassuan-2.1.1.ebuild index 1b71fdb49da6..8f8e3ac605c1 100644 --- a/dev-libs/libassuan/libassuan-2.1.1.ebuild +++ b/dev-libs/libassuan/libassuan-2.1.1.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/dev-libs/libassuan/libassuan-2.1.1.ebuild,v 1.10 2014/01/15 09:15:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-2.1.1.ebuild,v 1.11 2014/01/18 19:59:16 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-3 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=">=dev-libs/libgpg-error-1.8" |