diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 13:21:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 13:21:18 +0000 |
commit | 292855421b5e5006f712567c5f90c544cbf660d1 (patch) | |
tree | 922395a23d35d82283b4bcd9fc6d5b19559bad1e | |
parent | Stable for sparc, wrt bug #551814 (diff) | |
download | gentoo-2-292855421b5e5006f712567c5f90c544cbf660d1.tar.gz gentoo-2-292855421b5e5006f712567c5f90c544cbf660d1.tar.bz2 gentoo-2-292855421b5e5006f712567c5f90c544cbf660d1.zip |
Stable for sparc, wrt bug #551814
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
-rw-r--r-- | app-crypt/libsecret/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/libsecret/libsecret-0.18.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/libsecret/ChangeLog b/app-crypt/libsecret/ChangeLog index c849b9cc9c50..1b1636058a40 100644 --- a/app-crypt/libsecret/ChangeLog +++ b/app-crypt/libsecret/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/libsecret # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.56 2015/07/29 07:59:53 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.57 2015/07/30 13:21:18 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libsecret-0.18.2.ebuild: + Stable for sparc, wrt bug #551814 29 Jul 2015; Tobias Klausmann <klausman@gentoo.org> libsecret-0.18.2.ebuild: Stable on alpha, bug 551814 diff --git a/app-crypt/libsecret/libsecret-0.18.2.ebuild b/app-crypt/libsecret/libsecret-0.18.2.ebuild index e503b222957a..5091f09be89a 100644 --- a/app-crypt/libsecret/libsecret-0.18.2.ebuild +++ b/app-crypt/libsecret/libsecret-0.18.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.2.ebuild,v 1.9 2015/07/29 07:59:53 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.2.ebuild,v 1.10 2015/07/30 13:21:18 ago Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -16,7 +16,7 @@ LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only SLOT="0" IUSE="+crypt debug +introspection test vala" REQUIRED_USE="vala? ( introspection )" -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd" RDEPEND=" >=dev-libs/glib-2.38:2 |