diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-01-09 03:18:18 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-01-09 03:18:18 +0000 |
commit | a21d26391e20993ec15fb9e74404d40435c2dcfe (patch) | |
tree | 2973e7463bf664ddd8c6fd05378c2e4a94aea87f /gnome-base/gail | |
parent | Stable on amd64 for bugs #157814 and #161053 (diff) | |
download | gentoo-2-a21d26391e20993ec15fb9e74404d40435c2dcfe.tar.gz gentoo-2-a21d26391e20993ec15fb9e74404d40435c2dcfe.tar.bz2 gentoo-2-a21d26391e20993ec15fb9e74404d40435c2dcfe.zip |
Depend on new enough atk version, bug 159576. Remove a redundant version
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'gnome-base/gail')
-rw-r--r-- | gnome-base/gail/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/gail/gail-1.9.3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gnome-base/gail/ChangeLog b/gnome-base/gail/ChangeLog index 711c8b95e691..450abe581a65 100644 --- a/gnome-base/gail/ChangeLog +++ b/gnome-base/gail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gail -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.117 2006/12/21 12:41:08 corsair Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.118 2007/01/09 03:18:18 leio Exp $ + + 09 Jan 2007; Mart Raudsepp <leio@gentoo.org> -gail-1.9.2.ebuild, + gail-1.9.3.ebuild: + Depend on new enough atk version, bug 159576. Remove a redundant version 21 Dec 2006; Markus Rothe <corsair@gentoo.org> gail-1.9.3.ebuild: Stable on ppc64; bug #156662 diff --git a/gnome-base/gail/gail-1.9.3.ebuild b/gnome-base/gail/gail-1.9.3.ebuild index ea7120786fb9..672f7957d6e9 100644 --- a/gnome-base/gail/gail-1.9.3.ebuild +++ b/gnome-base/gail/gail-1.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.9.3.ebuild,v 1.6 2006/12/21 12:41:08 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.9.3.ebuild,v 1.7 2007/01/09 03:18:18 leio Exp $ inherit gnome2 @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh sparc x86" IUSE="doc" -RDEPEND=">=dev-libs/atk-1.7 +RDEPEND=">=dev-libs/atk-1.12 >=x11-libs/gtk+-2.9.4 >=gnome-base/libgnomecanvas-2" |