diff options
author | 2005-01-22 05:57:52 +0000 | |
---|---|---|
committer | 2005-01-22 05:57:52 +0000 | |
commit | aed4da060b9578928c0efbb695379546a8af7145 (patch) | |
tree | 985e61f4162b3a6f44bfc416166e791404ead1ee /dev-libs/atk | |
parent | direct color patch hates us, comment out for now #79025 (diff) | |
download | gentoo-2-aed4da060b9578928c0efbb695379546a8af7145.tar.gz gentoo-2-aed4da060b9578928c0efbb695379546a8af7145.tar.bz2 gentoo-2-aed4da060b9578928c0efbb695379546a8af7145.zip |
arm/ia64/s390 stable
(Portage version: 2.0.51-r14)
Diffstat (limited to 'dev-libs/atk')
-rw-r--r-- | dev-libs/atk/atk-1.8.0.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-libs/atk/atk-1.8.0.ebuild b/dev-libs/atk/atk-1.8.0.ebuild index bcc652d4636a..6df15a4ff1a3 100644 --- a/dev-libs/atk/atk-1.8.0.ebuild +++ b/dev-libs/atk/atk-1.8.0.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.8.0.ebuild,v 1.8 2004/12/23 13:03:56 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.8.0.ebuild,v 1.9 2005/01/22 05:57:52 vapier Exp $ inherit gnome2 DESCRIPTION="GTK+ & Gnome Accessibility Toolkit" HOMEPAGE="http://developer.gnome.org/projects/gap/" -LICENSE="LGPL-2" +LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sparc x86" IUSE="doc" RDEPEND=">=dev-libs/glib-2" - DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( >=dev-util/gtk-doc-1 )" |