summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-05-24 15:49:00 +0000
committerChristoph Mende <angelos@gentoo.org>2011-05-24 15:49:00 +0000
commit3fd5b230e2b9618ad5e74a6b334e16273db386a4 (patch)
tree97c31be9b8050ce3a976644d2e36a0119be5ebdc /x11-libs/libdesktop-agnostic
parentStable for HPPA (bug #365377). (diff)
downloadgentoo-2-3fd5b230e2b9618ad5e74a6b334e16273db386a4.tar.gz
gentoo-2-3fd5b230e2b9618ad5e74a6b334e16273db386a4.tar.bz2
gentoo-2-3fd5b230e2b9618ad5e74a6b334e16273db386a4.zip
gobject-introspection is always required to build
(Portage version: 2.2.0_alpha35/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libdesktop-agnostic')
-rw-r--r--x11-libs/libdesktop-agnostic/ChangeLog6
-rw-r--r--x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/libdesktop-agnostic/ChangeLog b/x11-libs/libdesktop-agnostic/ChangeLog
index b5dde36df533..a888cf549cdc 100644
--- a/x11-libs/libdesktop-agnostic/ChangeLog
+++ b/x11-libs/libdesktop-agnostic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libdesktop-agnostic
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.2 2011/03/13 21:37:16 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.3 2011/05/24 15:49:00 angelos Exp $
+
+ 24 May 2011; Christoph Mende <angelos@gentoo.org>
+ libdesktop-agnostic-0.3.92.ebuild:
+ gobject-introspection is always required to build
13 Mar 2011; <angelos@gentoo.org> libdesktop-agnostic-0.3.92.ebuild,
metadata.xml:
diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
index bc94628e7510..f756c2a5eb82 100644
--- a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
+++ b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.2 2011/03/13 21:37:16 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.3 2011/05/24 15:49:00 angelos Exp $
EAPI=3
PYTHON_DEPEND="2"
@@ -24,8 +24,8 @@ RDEPEND="dev-libs/glib:2
gnome? ( gnome-base/gnome-desktop:2 )"
DEPEND="${RDEPEND}
dev-lang/vala:0.10[vapigen]
- introspection? ( dev-libs/gobject-introspection
- x11-libs/gtk+:2[introspection] )"
+ dev-libs/gobject-introspection
+ introspection? ( x11-libs/gtk+:2[introspection] )"
pkg_setup() {
python_set_active_version 2