diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-24 05:20:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-24 05:20:02 +0000 |
commit | a07a5e497d86ff37144c99a656ff2da7af947b2f (patch) | |
tree | ba0b5d9b8f05530bd4d9114b0f0551d2ba067170 | |
parent | Stable for ppc, wrt bug #474284 (diff) | |
download | gentoo-2-a07a5e497d86ff37144c99a656ff2da7af947b2f.tar.gz gentoo-2-a07a5e497d86ff37144c99a656ff2da7af947b2f.tar.bz2 gentoo-2-a07a5e497d86ff37144c99a656ff2da7af947b2f.zip |
Stable for ppc, wrt bug #471410
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-libs/libassuan/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libassuan/libassuan-2.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libassuan/ChangeLog b/dev-libs/libassuan/ChangeLog index 430935f16260..69bae9b878b9 100644 --- a/dev-libs/libassuan/ChangeLog +++ b/dev-libs/libassuan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libassuan # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v 1.99 2013/06/09 16:01:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v 1.100 2013/06/24 05:20:02 ago Exp $ + + 24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libassuan-2.1.0.ebuild: + Stable for ppc, wrt bug #471410 09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libassuan-2.1.0.ebuild: Stable for sh, wrt bug #471410 diff --git a/dev-libs/libassuan/libassuan-2.1.0.ebuild b/dev-libs/libassuan/libassuan-2.1.0.ebuild index d8a247539261..438877d9b0df 100644 --- a/dev-libs/libassuan/libassuan-2.1.0.ebuild +++ b/dev-libs/libassuan/libassuan-2.1.0.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/dev-libs/libassuan/libassuan-2.1.0.ebuild,v 1.4 2013/06/09 16:01:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-2.1.0.ebuild,v 1.5 2013/06/24 05:20:02 ago Exp $ EAPI=4 @@ -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 ~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 ~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" |