diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-07-29 07:59:53 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-07-29 07:59:53 +0000 |
commit | e9fd029a73d0cf9c8fac32eb7323b7f24b827074 (patch) | |
tree | 5feb835f00a896810e8349c1f992f9be25162b09 /app-crypt | |
parent | Stable on alpha, bug 551814 (diff) | |
download | gentoo-2-e9fd029a73d0cf9c8fac32eb7323b7f24b827074.tar.gz gentoo-2-e9fd029a73d0cf9c8fac32eb7323b7f24b827074.tar.bz2 gentoo-2-e9fd029a73d0cf9c8fac32eb7323b7f24b827074.zip |
Stable on alpha, bug 551814
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'app-crypt')
-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 4f602aa1c019..c849b9cc9c50 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.55 2015/07/25 12:12:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.56 2015/07/29 07:59:53 klausman Exp $ + + 29 Jul 2015; Tobias Klausmann <klausman@gentoo.org> libsecret-0.18.2.ebuild: + Stable on alpha, bug 551814 25 Jul 2015; Pacho Ramos <pacho@gentoo.org> libsecret-0.18.2.ebuild: ppc stable wrt bug #551814 diff --git a/app-crypt/libsecret/libsecret-0.18.2.ebuild b/app-crypt/libsecret/libsecret-0.18.2.ebuild index 827e1b2508eb..e503b222957a 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.8 2015/07/25 12:12:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.2.ebuild,v 1.9 2015/07/29 07:59:53 klausman 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 |