diff options
author | Olivier Crête <tester@gentoo.org> | 2005-06-12 19:27:21 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2005-06-12 19:27:21 +0000 |
commit | 23c57ff65da9c69461f250f50bef0c6a04bde583 (patch) | |
tree | 1cb2ff7f4ef3c06b7c4ae03bd6d371485c4c6bac /gnome-extra/libgail-gnome | |
parent | Stable on amd64 (diff) | |
download | gentoo-2-23c57ff65da9c69461f250f50bef0c6a04bde583.tar.gz gentoo-2-23c57ff65da9c69461f250f50bef0c6a04bde583.tar.bz2 gentoo-2-23c57ff65da9c69461f250f50bef0c6a04bde583.zip |
Stable on amd64 and adding RESTRICT=test because the tests fail without X (see bug #95805)
(Portage version: 2.0.51.19)
Diffstat (limited to 'gnome-extra/libgail-gnome')
-rw-r--r-- | gnome-extra/libgail-gnome/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/libgail-gnome/libgail-gnome-1.1.1.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gnome-extra/libgail-gnome/ChangeLog b/gnome-extra/libgail-gnome/ChangeLog index 58ce65f38fbb..590237b11552 100644 --- a/gnome-extra/libgail-gnome/ChangeLog +++ b/gnome-extra/libgail-gnome/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/libgail-gnome # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.48 2005/06/12 13:16:08 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.49 2005/06/12 19:27:21 tester Exp $ + + 12 Jun 2005; Olivier Crête <tester@gentoo.org> + libgail-gnome-1.1.1.ebuild: + Stable on amd64 and adding RESTRICT=test because the tests fail without X + (see bug #95805) 12 Jun 2005; Tobias Scherbaum <dertobi123@gentoo.org> libgail-gnome-1.1.1.ebuild: diff --git a/gnome-extra/libgail-gnome/libgail-gnome-1.1.1.ebuild b/gnome-extra/libgail-gnome/libgail-gnome-1.1.1.ebuild index c325682c503a..48bfa8c2e3fd 100644 --- a/gnome-extra/libgail-gnome/libgail-gnome-1.1.1.ebuild +++ b/gnome-extra/libgail-gnome/libgail-gnome-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.1.1.ebuild,v 1.6 2005/06/12 13:16:08 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.1.1.ebuild,v 1.7 2005/06/12 19:27:21 tester Exp $ inherit gnome2 @@ -9,8 +9,9 @@ HOMEPAGE="http://developer.gnome.org/projects/gap/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="static" +RESTRICT=test RDEPEND=">=dev-libs/atk-1.7.2 >=gnome-base/gnome-panel-0.0.18 |