diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2012-09-03 03:53:01 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2012-09-03 03:53:01 +0000 |
commit | 485cd1273b2c21e6e82c766ab6bc27d096f9b309 (patch) | |
tree | f1fa0fe3240643782496f6f1a4ba47f582c69747 /net-libs | |
parent | added prefix keywords (diff) | |
download | gentoo-2-485cd1273b2c21e6e82c766ab6bc27d096f9b309.tar.gz gentoo-2-485cd1273b2c21e6e82c766ab6bc27d096f9b309.tar.bz2 gentoo-2-485cd1273b2c21e6e82c766ab6bc27d096f9b309.zip |
Vala should be in DEPEND, not RDEPEND...
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/telepathy-glib/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog index 4fdc1eb76909..4418ed04cf53 100644 --- a/net-libs/telepathy-glib/ChangeLog +++ b/net-libs/telepathy-glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/telepathy-glib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.113 2012/07/15 18:20:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.114 2012/09/03 03:53:01 nirbheek Exp $ + + 03 Sep 2012; Nirbheek Chauhan <nirbheek@gentoo.org> + telepathy-glib-0.18.1.ebuild: + Vala should be in DEPEND, not RDEPEND... 15 Jul 2012; Raúl Porcel <armin76@gentoo.org> telepathy-glib-0.16.5.ebuild: alpha/ia64/sparc stable wrt #410611 @@ -553,4 +557,3 @@ 20 Apr 2007; Piotr Jaroszyński <peper@gentoo.org> +metadata.xml, +telepathy-glib-0.5.10.ebuild: New package. - diff --git a/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild index 9dc3e4a52267..f6a045bbc390 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.18.1.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/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild,v 1.2 2012/05/05 02:54:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild,v 1.3 2012/09/03 03:53:01 nirbheek Exp $ EAPI="4" PYTHON_DEPEND="2:2.5" @@ -18,13 +18,13 @@ IUSE="debug +introspection +vala" RDEPEND=">=dev-libs/glib-2.30.0:2 >=dev-libs/dbus-glib-0.90 - introspection? ( >=dev-libs/gobject-introspection-1.30 ) + introspection? ( >=dev-libs/gobject-introspection-1.30 )" +DEPEND="${RDEPEND} + dev-libs/libxslt + virtual/pkgconfig vala? ( >=dev-lang/vala-0.14.0:0.14[vapigen] >=dev-libs/gobject-introspection-1.30 )" -DEPEND="${RDEPEND} - dev-libs/libxslt - virtual/pkgconfig" src_prepare() { python_convert_shebangs -r 2 examples tests tools |