diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-09-18 23:13:40 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-09-18 23:13:40 +0000 |
commit | 5261a19b4cad1b7c69d893a4e8d981383270f610 (patch) | |
tree | ec52a8ae40d728beab2d94ee54562632a9f298ab /app-sci | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-5261a19b4cad1b7c69d893a4e8d981383270f610.tar.gz gentoo-2-5261a19b4cad1b7c69d893a4e8d981383270f610.tar.bz2 gentoo-2-5261a19b4cad1b7c69d893a4e8d981383270f610.zip |
Fixed an issue with the EMBOSS tcl/tk GUIs.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/staden/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/staden/staden-1.4.1-r6.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-sci/staden/ChangeLog b/app-sci/staden/ChangeLog index da08701fbf20..92ca997e5a72 100644 --- a/app-sci/staden/ChangeLog +++ b/app-sci/staden/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/staden # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/staden/ChangeLog,v 1.8 2004/09/18 20:15:52 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/staden/ChangeLog,v 1.9 2004/09/18 23:13:40 ribosome Exp $ + + 18 Sep 2004; Olivier Fisette <ribosome@gentoo.org> staden-1.4.1-r6.ebuild: + Fixed an issue with the EMBOSS tcl/tk GUIs. 18 Sep 2004; Olivier Fisette <ribosome@gentoo.org> staden-1.4.1-r6.ebuild: Fixed issues with "spin_emboss". diff --git a/app-sci/staden/staden-1.4.1-r6.ebuild b/app-sci/staden/staden-1.4.1-r6.ebuild index 7d8072519802..9bd70276695c 100644 --- a/app-sci/staden/staden-1.4.1-r6.ebuild +++ b/app-sci/staden/staden-1.4.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/staden/staden-1.4.1-r6.ebuild,v 1.2 2004/09/18 20:15:52 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/staden/staden-1.4.1-r6.ebuild,v 1.3 2004/09/18 23:13:40 ribosome Exp $ inherit eutils @@ -219,7 +219,6 @@ src_compile() { # Remove the prebuilt EMBOSS tcl/tk GUIs. rm ${S}/tables/emboss_menu rm -r ${S}/lib/spin2_emboss/acdtcl - rm -r ${S}/lib/spin_emboss/acdtcl # Patch just built hypertext documentation. cd ${S}/doc/manual |