diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-24 23:26:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-24 23:26:15 +0000 |
commit | 64d4c0520f4eec78322ef519694230eadfa85ed7 (patch) | |
tree | cd706da8516429cfed695d2dd6d951f97d5094b3 /dev-tcltk | |
parent | ppc64 stable wrt #401711 (diff) | |
download | gentoo-2-64d4c0520f4eec78322ef519694230eadfa85ed7.tar.gz gentoo-2-64d4c0520f4eec78322ef519694230eadfa85ed7.tar.bz2 gentoo-2-64d4c0520f4eec78322ef519694230eadfa85ed7.zip |
ppc64 stable wrt #400345
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/togl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/togl/togl-2.0-r2.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tcltk/togl/ChangeLog b/dev-tcltk/togl/ChangeLog index 2e764ad585a8..d8e372d97ea0 100644 --- a/dev-tcltk/togl/ChangeLog +++ b/dev-tcltk/togl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/togl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v 1.26 2012/02/19 17:35:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v 1.27 2012/02/24 23:26:15 ssuominen Exp $ + + 24 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> togl-2.0-r2.ebuild: + ppc64 stable wrt #400345 19 Feb 2012; Raúl Porcel <armin76@gentoo.org> togl-2.0-r2.ebuild: alpha/ia64/sh/sparc stable wrt #400345 diff --git a/dev-tcltk/togl/togl-2.0-r2.ebuild b/dev-tcltk/togl/togl-2.0-r2.ebuild index e74d75c962f5..08a5a764c7d1 100644 --- a/dev-tcltk/togl/togl-2.0-r2.ebuild +++ b/dev-tcltk/togl/togl-2.0-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild,v 1.8 2012/02/19 17:35:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild,v 1.9 2012/02/24 23:26:15 ssuominen Exp $ EAPI=4 -MY_P="Togl${PV}" +MY_P=Togl${PV} DESCRIPTION="A Tk widget for OpenGL rendering" HOMEPAGE="http://togl.sourceforge.net/" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug +threads" RDEPEND=" @@ -23,7 +23,7 @@ DEPEND="${RDEPEND}" # tests directory is missing RESTRICT="test" -S="${WORKDIR}"/${MY_P} +S=${WORKDIR}/${MY_P} src_prepare() { sed \ |