diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-10-26 22:02:17 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-10-26 22:02:17 +0000 |
commit | 0a32ec244f17034b4ede01860de950f85e2d4548 (patch) | |
tree | 271be1f176953feeaecfdf3f73f060fbc008bc77 /dev-tcltk/otcl | |
parent | ~amd64 - closes bug #59343 (Manifest recommit) (diff) | |
download | gentoo-2-0a32ec244f17034b4ede01860de950f85e2d4548.tar.gz gentoo-2-0a32ec244f17034b4ede01860de950f85e2d4548.tar.bz2 gentoo-2-0a32ec244f17034b4ede01860de950f85e2d4548.zip |
added ~amd64
Diffstat (limited to 'dev-tcltk/otcl')
-rw-r--r-- | dev-tcltk/otcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/otcl/otcl-1.8-r3.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-tcltk/otcl/ChangeLog b/dev-tcltk/otcl/ChangeLog index f824988e7cf0..88ed466e1058 100644 --- a/dev-tcltk/otcl/ChangeLog +++ b/dev-tcltk/otcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/otcl # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.14 2004/08/28 18:14:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.15 2004/10/26 22:02:17 sekretarz Exp $ + + 27 Oct 2004; Karol Wojtaszek <sekretarz@gentoo.org> otcl-1.8-r3.ebuild: + Added ~amd64 28 Aug 2004; Doug Goldstein <cardoe@gentoo.org> otcl-1.8-r3.ebuild: That fix only worked on one system... not the other... this is the permenant diff --git a/dev-tcltk/otcl/otcl-1.8-r3.ebuild b/dev-tcltk/otcl/otcl-1.8-r3.ebuild index caec9413086c..0aa29d648b3f 100644 --- a/dev-tcltk/otcl/otcl-1.8-r3.ebuild +++ b/dev-tcltk/otcl/otcl-1.8-r3.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/dev-tcltk/otcl/otcl-1.8-r3.ebuild,v 1.2 2004/08/28 18:14:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r3.ebuild,v 1.3 2004/10/26 22:02:17 sekretarz Exp $ inherit eutils @@ -10,14 +10,16 @@ HOMEPAGE="http://sourceforge.net/projects/${SF_PN}/" SRC_URI="mirror://sourceforge/${SF_PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 sparc ~ppc" +KEYWORDS="~x86 sparc ~ppc ~amd64" IUSE="" DEPEND=">=dev-lang/tcl-8.3.2 >=dev-lang/tk-8.3.2" src_unpack() { unpack ${A} + cd ${S} epatch ${FILESDIR}/otcl-1.8-badfreefix.patch + libtoolize -f } src_compile() { |