diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-06-03 15:06:16 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-06-03 15:06:16 +0000 |
commit | 5ee21e4a6c1318f30011b4bf71b8063a3d79523c (patch) | |
tree | e1ba284cca1a79d7ee665f5170034f3e8a1c2f07 /x11-terms | |
parent | Update live ebuild to use GIT rather than Subversion, as upstream switched re... (diff) | |
download | gentoo-2-5ee21e4a6c1318f30011b4bf71b8063a3d79523c.tar.gz gentoo-2-5ee21e4a6c1318f30011b4bf71b8063a3d79523c.tar.bz2 gentoo-2-5ee21e4a6c1318f30011b4bf71b8063a3d79523c.zip |
sparc stable, quotes, thanks to Tiago Cunha, bug #224757
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/root-tail/ChangeLog | 7 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-1.2-r2.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog index 568c1666b7a4..062d228038e9 100644 --- a/x11-terms/root-tail/ChangeLog +++ b/x11-terms/root-tail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/root-tail -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.41 2007/07/22 05:55:14 dberkholz Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.42 2008/06/03 15:06:16 armin76 Exp $ + + 03 Jun 2008; Raúl Porcel <armin76@gentoo.org> root-tail-1.2-r2.ebuild: + sparc stable, quotes, thanks to Tiago Cunha, bug #224757 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; ChangeLog: Drop virtual/x11 references. diff --git a/x11-terms/root-tail/root-tail-1.2-r2.ebuild b/x11-terms/root-tail/root-tail-1.2-r2.ebuild index 0c3ca813ffb7..ba5e58e5ff24 100644 --- a/x11-terms/root-tail/root-tail-1.2-r2.ebuild +++ b/x11-terms/root-tail/root-tail-1.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.2-r2.ebuild,v 1.12 2007/07/22 05:51:31 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.2-r2.ebuild,v 1.13 2008/06/03 15:06:16 armin76 Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" IUSE="kde debug" RDEPEND="x11-libs/libXext @@ -23,8 +23,8 @@ DEPEND="x11-misc/imake src_unpack() { unpack ${A} - cd ${S} - use kde && epatch ${FILESDIR}/${P}-kde.patch + cd "${S}" + use kde && epatch "${FILESDIR}"/${P}-kde.patch } src_compile() { |