diff options
author | 2012-07-05 21:23:54 +0000 | |
---|---|---|
committer | 2012-07-05 21:23:54 +0000 | |
commit | 17ac2971a50a7422f55fa1c7489dee19953555c5 (patch) | |
tree | 27b75cd46b50eac722e33b13275e83cc8abb2bc6 /sys-apps/accountsservice | |
parent | Add support for running rspec while respecting some common variables (TEST_VE... (diff) | |
download | gentoo-2-17ac2971a50a7422f55fa1c7489dee19953555c5.tar.gz gentoo-2-17ac2971a50a7422f55fa1c7489dee19953555c5.tar.bz2 gentoo-2-17ac2971a50a7422f55fa1c7489dee19953555c5.zip |
USE=vala requires introspection, thanks to Jeff Horelick for noticing.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/accountsservice')
4 files changed, 12 insertions, 4 deletions
diff --git a/sys-apps/accountsservice/ChangeLog b/sys-apps/accountsservice/ChangeLog index d9f7419a6052..f8636c2332dd 100644 --- a/sys-apps/accountsservice/ChangeLog +++ b/sys-apps/accountsservice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/accountsservice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/ChangeLog,v 1.12 2012/07/05 05:50:59 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/ChangeLog,v 1.13 2012/07/05 21:23:54 tetromino Exp $ + + 05 Jul 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + accountsservice-0.6.21.ebuild, accountsservice-0.6.22.ebuild, + accountsservice-0.6.22-r10.ebuild: + USE=vala requires introspection, thanks to Jeff Horelick for noticing. *accountsservice-0.6.22-r10 (05 Jul 2012) *accountsservice-0.6.22 (05 Jul 2012) diff --git a/sys-apps/accountsservice/accountsservice-0.6.21.ebuild b/sys-apps/accountsservice/accountsservice-0.6.21.ebuild index 28ef5c99f619..0b9e76f0bcc9 100644 --- a/sys-apps/accountsservice/accountsservice-0.6.21.ebuild +++ b/sys-apps/accountsservice/accountsservice-0.6.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.21.ebuild,v 1.3 2012/07/05 05:50:59 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.21.ebuild,v 1.4 2012/07/05 21:23:54 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~x86" IUSE="doc +introspection systemd vala" +REQUIRED_USE="vala? ( introspection )" # Want glib-2.30 for gdbus RDEPEND=">=dev-libs/glib-2.30:2 diff --git a/sys-apps/accountsservice/accountsservice-0.6.22-r10.ebuild b/sys-apps/accountsservice/accountsservice-0.6.22-r10.ebuild index 1d82c524f31e..ad41d6910108 100644 --- a/sys-apps/accountsservice/accountsservice-0.6.22-r10.ebuild +++ b/sys-apps/accountsservice/accountsservice-0.6.22-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.22-r10.ebuild,v 1.1 2012/07/05 05:50:59 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.22-r10.ebuild,v 1.2 2012/07/05 21:23:54 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~x86" IUSE="doc +introspection systemd vala" +REQUIRED_USE="vala? ( introspection )" # Want glib-2.30 for gdbus RDEPEND=">=dev-libs/glib-2.30:2 diff --git a/sys-apps/accountsservice/accountsservice-0.6.22.ebuild b/sys-apps/accountsservice/accountsservice-0.6.22.ebuild index bd610a4539bd..bfb042b89b69 100644 --- a/sys-apps/accountsservice/accountsservice-0.6.22.ebuild +++ b/sys-apps/accountsservice/accountsservice-0.6.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.22.ebuild,v 1.1 2012/07/05 05:50:59 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.22.ebuild,v 1.2 2012/07/05 21:23:54 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~x86" IUSE="doc +introspection vala" # systemd +REQUIRED_USE="vala? ( introspection )" # Want glib-2.30 for gdbus RDEPEND=">=dev-libs/glib-2.30:2 |