diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-11 09:22:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-11 09:22:04 +0000 |
commit | 1b4b62f571700e2fcca12d1b7860cd9edf9b0336 (patch) | |
tree | 0139d577fe1f1e1d9087c6a855baa45c4724db84 /sys-fs | |
parent | Fixed compilation with >=freetype-2.5.1 (bug #493586) (diff) | |
download | gentoo-2-1b4b62f571700e2fcca12d1b7860cd9edf9b0336.tar.gz gentoo-2-1b4b62f571700e2fcca12d1b7860cd9edf9b0336.tar.bz2 gentoo-2-1b4b62f571700e2fcca12d1b7860cd9edf9b0336.zip |
Stable for amd64, wrt bug #504100
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udisks/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/udisks/udisks-1.0.5.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/udisks/udisks-2.1.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/udisks/ChangeLog b/sys-fs/udisks/ChangeLog index 6c8efd04461f..b29d676aae6e 100644 --- a/sys-fs/udisks/ChangeLog +++ b/sys-fs/udisks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/udisks # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v 1.153 2014/03/10 16:36:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/ChangeLog,v 1.154 2014/03/11 09:22:04 ago Exp $ + + 11 Mar 2014; Agostino Sarubbo <ago@gentoo.org> udisks-1.0.5.ebuild, + udisks-2.1.3.ebuild: + Stable for amd64, wrt bug #504100 *udisks-2.1.3 (10 Mar 2014) *udisks-1.0.5 (10 Mar 2014) diff --git a/sys-fs/udisks/udisks-1.0.5.ebuild b/sys-fs/udisks/udisks-1.0.5.ebuild index 47b22ea9f987..fd695fb32ec1 100644 --- a/sys-fs/udisks/udisks-1.0.5.ebuild +++ b/sys-fs/udisks/udisks-1.0.5.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/sys-fs/udisks/udisks-1.0.5.ebuild,v 1.1 2014/03/10 16:36:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-1.0.5.ebuild,v 1.2 2014/03/11 09:22:04 ago Exp $ EAPI=5 inherit eutils bash-completion-r1 linux-info udev systemd @@ -11,7 +11,7 @@ SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="debug nls remote-access selinux" COMMON_DEPEND=">=dev-libs/dbus-glib-0.100 diff --git a/sys-fs/udisks/udisks-2.1.3.ebuild b/sys-fs/udisks/udisks-2.1.3.ebuild index c62fe96a1204..518640f74f00 100644 --- a/sys-fs/udisks/udisks-2.1.3.ebuild +++ b/sys-fs/udisks/udisks-2.1.3.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/sys-fs/udisks/udisks-2.1.3.ebuild,v 1.1 2014/03/10 16:36:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks/udisks-2.1.3.ebuild,v 1.2 2014/03/11 09:22:04 ago Exp $ EAPI=5 inherit bash-completion-r1 eutils linux-info systemd udev @@ -11,7 +11,7 @@ SRC_URI="http://udisks.freedesktop.org/releases/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="debug cryptsetup +gptfdisk +introspection selinux systemd" UDEV_VERSION="208" |