diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-29 05:14:19 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-29 05:14:19 +0000 |
commit | 61aee9ce367b95ef100d134527034eb985d1a8eb (patch) | |
tree | c9724076f114b5d0370f27a4811d767aad2f5861 /app-admin/longrun | |
parent | Added ppc to KEYWORDS. (diff) | |
download | gentoo-2-61aee9ce367b95ef100d134527034eb985d1a8eb.tar.gz gentoo-2-61aee9ce367b95ef100d134527034eb985d1a8eb.tar.bz2 gentoo-2-61aee9ce367b95ef100d134527034eb985d1a8eb.zip |
Added -ppc to KEYWORDS.
Diffstat (limited to 'app-admin/longrun')
-rw-r--r-- | app-admin/longrun/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/longrun/longrun-0.9.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-admin/longrun/ChangeLog b/app-admin/longrun/ChangeLog index 5abda4d44500..f70ca4d28d24 100644 --- a/app-admin/longrun/ChangeLog +++ b/app-admin/longrun/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-admin/longrun # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/ChangeLog,v 1.1 2002/02/01 21:52:59 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/ChangeLog,v 1.2 2002/07/29 05:14:19 cselkirk Exp $ *longrun-0.9 (1 Feb 2002) + 29 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> longrun-0.9.ebuild : + + Added -ppc to KEYWORDS. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/app-admin/longrun/longrun-0.9.ebuild b/app-admin/longrun/longrun-0.9.ebuild index 1440f7c8ca02..eeb95f4ced93 100644 --- a/app-admin/longrun/longrun-0.9.ebuild +++ b/app-admin/longrun/longrun-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9.ebuild,v 1.5 2002/07/25 12:57:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9.ebuild,v 1.6 2002/07/29 05:14:19 cselkirk Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A utility to control Transmeta's Crusoe processor" @@ -9,10 +9,10 @@ HOMEPAGE="http://freshmeat.net/projects/longrun/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 -ppc" DEPEND="virtual/glibc" - +RDEPEND="${DEPEND}" src_compile() { emake || die |