diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-07-10 19:15:30 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-07-10 19:15:30 +0000 |
commit | 1dedfe90d1c66a4973d6c698788dfbe3a889caf5 (patch) | |
tree | c736e4d9f6e4fcb2d8661674e360bdc21b8808de /app-accessibility | |
parent | Mark 1.0.1 stable on ia64 (diff) | |
download | gentoo-2-1dedfe90d1c66a4973d6c698788dfbe3a889caf5.tar.gz gentoo-2-1dedfe90d1c66a4973d6c698788dfbe3a889caf5.tar.bz2 gentoo-2-1dedfe90d1c66a4973d6c698788dfbe3a889caf5.zip |
Stable on sparc wrt #139612
(Portage version: 2.1-r1)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/dasher/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/dasher/dasher-4.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/dasher/ChangeLog b/app-accessibility/dasher/ChangeLog index a593914becfb..02d75a12ede8 100644 --- a/app-accessibility/dasher/ChangeLog +++ b/app-accessibility/dasher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/dasher # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.62 2006/05/27 13:43:44 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.63 2006/07/10 19:15:30 gustavoz Exp $ + + 10 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> dasher-4.0.2.ebuild: + Stable on sparc wrt #139612 27 May 2006; John N. Laliberte <allanonjl@gentoo.org> +files/dasher-4.0.2-fix_enable_flags.patch, dasher-4.0.2.ebuild: diff --git a/app-accessibility/dasher/dasher-4.0.2.ebuild b/app-accessibility/dasher/dasher-4.0.2.ebuild index 6bdd419ae445..6d0d0ecea6e6 100644 --- a/app-accessibility/dasher/dasher-4.0.2.ebuild +++ b/app-accessibility/dasher/dasher-4.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.0.2.ebuild,v 1.2 2006/05/27 13:43:44 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.0.2.ebuild,v 1.3 2006/07/10 19:15:30 gustavoz Exp $ inherit eutils gnome2 autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" IUSE="accessibility gnome cairo" |