summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/atk/atk-1.32.0.ebuild')
-rw-r--r--dev-libs/atk/atk-1.32.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/atk/atk-1.32.0.ebuild b/dev-libs/atk/atk-1.32.0.ebuild
index 68ba58ddab3f..a61d5cfd1fee 100644
--- a/dev-libs/atk/atk-1.32.0.ebuild
+++ b/dev-libs/atk/atk-1.32.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.1 2010/10/09 20:37:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.2 2011/01/27 11:00:56 pacho Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -13,15 +13,15 @@ HOMEPAGE="http://projects.gnome.org/accessibility/"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc +introspection"
+IUSE="doc +introspection nls"
RDEPEND="dev-libs/glib:2
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
- sys-devel/gettext
dev-util/pkgconfig
- doc? ( >=dev-util/gtk-doc-1 )"
+ doc? ( >=dev-util/gtk-doc-1 )
+ nls? ( sys-devel/gettext )"
pkg_setup() {
G2CONF="${G2CONF} $(use_enable introspection)"