diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-29 02:15:27 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-29 02:15:27 +0000 |
commit | ad532d95ab153b4f9ecb862ffda8e666dd56d9ae (patch) | |
tree | 73879bb9403433654b69accb22c7b0bbb8371726 /app-dicts | |
parent | some cleanups (diff) | |
download | historical-ad532d95ab153b4f9ecb862ffda8e666dd56d9ae.tar.gz historical-ad532d95ab153b4f9ecb862ffda8e666dd56d9ae.tar.bz2 historical-ad532d95ab153b4f9ecb862ffda8e666dd56d9ae.zip |
virtual/motif change
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/stardict/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/stardict/stardict-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-dicts/stardict/ChangeLog b/app-dicts/stardict/ChangeLog index 8cbb156f8d30..61a28c61f1b7 100644 --- a/app-dicts/stardict/ChangeLog +++ b/app-dicts/stardict/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-dicts/stardict # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.2 2003/02/12 03:34:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.3 2003/03/29 02:15:27 liquidx Exp $ *stardict-1.3 (08 Nov 2002) + 29 Mar 2003; Alastair Tse <liquidx@gentoo.org> stardict-1.3.ebuild: + Replacing openmotif with virtual/motif + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : Moved to app-dicts diff --git a/app-dicts/stardict/stardict-1.3.ebuild b/app-dicts/stardict/stardict-1.3.ebuild index 2869cb010655..c43dc68ddef3 100644 --- a/app-dicts/stardict/stardict-1.3.ebuild +++ b/app-dicts/stardict/stardict-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-1.3.ebuild,v 1.2 2003/02/13 06:28:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-1.3.ebuild,v 1.3 2003/03/29 02:15:27 liquidx Exp $ IUSE="" DESCRIPTION="stardict - English-Chinese dictionary." @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.cn.FreeBSD.org/pub/ported/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="~x86" -DEPEND="x11-libs/openmotif" +DEPEND="virtual/motif" RDEPEND="${DEPEND}" S=${WORKDIR}/zh-${P} |