diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 22:26:34 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 22:26:34 +0000 |
commit | 62dfdabc36c7676b121b6875c86299daf3fe2ca8 (patch) | |
tree | 81ca65a39f20694f89684389bb16a26a538bd75a /app-text | |
parent | repoman fixes (diff) | |
download | gentoo-2-62dfdabc36c7676b121b6875c86299daf3fe2ca8.tar.gz gentoo-2-62dfdabc36c7676b121b6875c86299daf3fe2ca8.tar.bz2 gentoo-2-62dfdabc36c7676b121b6875c86299daf3fe2ca8.zip |
repoman fixes
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dasher/dasher-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/dasher/dasher-3.0.0.ebuild b/app-text/dasher/dasher-3.0.0.ebuild index f8bec994e1a4..1978274ace55 100644 --- a/app-text/dasher/dasher-3.0.0.ebuild +++ b/app-text/dasher/dasher-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/dasher/dasher-3.0.0.ebuild,v 1.3 2003/07/11 20:35:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dasher/dasher-3.0.0.ebuild,v 1.4 2003/07/12 22:26:34 aliz Exp $ DESCRIPTION="information-efficient text-entry interface, \ driven by natural continuous pointing gestures" @@ -10,7 +10,7 @@ SRC_URI="http://www.inference.phy.cam.ac.uk/dasher/download/linux/source/3.0/${P SLOT="0" LICENSE="GPL-2" -DEPEND="=x11-libs/gtkmm-1.2*" +DEPEND="=dev-cpp/gtkmm-1.2*" KEYWORDS="x86 ~ppc ~sparc ~alpha" |