diff options
author | 2015-04-18 15:56:58 +0000 | |
---|---|---|
committer | 2015-04-18 15:56:58 +0000 | |
commit | 9cc8e6c838ae7b2cf29ee03e1d414591a49741ce (patch) | |
tree | dc638011b14c51233cf81dd09f8252c03c8b4bdb /sys-fs/udisks-glue | |
parent | x86 stable wrt bug #517380 (diff) | |
download | gentoo-2-9cc8e6c838ae7b2cf29ee03e1d414591a49741ce.tar.gz gentoo-2-9cc8e6c838ae7b2cf29ee03e1d414591a49741ce.tar.bz2 gentoo-2-9cc8e6c838ae7b2cf29ee03e1d414591a49741ce.zip |
x86 stable wrt bug #510302
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-fs/udisks-glue')
-rw-r--r-- | sys-fs/udisks-glue/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/udisks-glue/udisks-glue-1.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/udisks-glue/ChangeLog b/sys-fs/udisks-glue/ChangeLog index aa497474e33f..0b01d550409b 100644 --- a/sys-fs/udisks-glue/ChangeLog +++ b/sys-fs/udisks-glue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/udisks-glue # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.20 2015/01/31 11:45:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.21 2015/04/18 15:56:58 pacho Exp $ + + 18 Apr 2015; Pacho Ramos <pacho@gentoo.org> udisks-glue-1.3.5.ebuild: + x86 stable wrt bug #510302 31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> udisks-glue-1.3.5.ebuild: Stable for amd64, wrt bug #510302 diff --git a/sys-fs/udisks-glue/udisks-glue-1.3.5.ebuild b/sys-fs/udisks-glue/udisks-glue-1.3.5.ebuild index 80c417db4fcd..61a2b5f2b13b 100644 --- a/sys-fs/udisks-glue/udisks-glue-1.3.5.ebuild +++ b/sys-fs/udisks-glue/udisks-glue-1.3.5.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/sys-fs/udisks-glue/udisks-glue-1.3.5.ebuild,v 1.2 2015/01/31 11:45:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.3.5.ebuild,v 1.3 2015/04/18 15:56:58 pacho Exp $ EAPI=5 inherit autotools @@ -11,7 +11,7 @@ SRC_URI="http://github.com/fernandotcl/udisks-glue/tarball/release-${PV} -> ${P} LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEPEND=">=dev-libs/dbus-glib-0.100.2 |