diff options
author | Lisa M. Seelye <lisa@gentoo.org> | 2004-06-08 19:57:06 +0000 |
---|---|---|
committer | Lisa M. Seelye <lisa@gentoo.org> | 2004-06-08 19:57:06 +0000 |
commit | 85c382c629c4f854742d02420b3da6714f1ede18 (patch) | |
tree | 663fdf81be3e4074bd36aaa53195d8607154a8cc /app-misc/linup | |
parent | remove arm DEPEND stuff (diff) | |
download | gentoo-2-85c382c629c4f854742d02420b3da6714f1ede18.tar.gz gentoo-2-85c382c629c4f854742d02420b3da6714f1ede18.tar.bz2 gentoo-2-85c382c629c4f854742d02420b3da6714f1ede18.zip |
This works on my sparc. please test so we can move this to stable.
Diffstat (limited to 'app-misc/linup')
-rw-r--r-- | app-misc/linup/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/linup/linup-1.1.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/linup/ChangeLog b/app-misc/linup/ChangeLog index 340104609ed6..41b85c86e87d 100644 --- a/app-misc/linup/ChangeLog +++ b/app-misc/linup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/linup # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linup/ChangeLog,v 1.6 2004/04/15 18:20:45 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linup/ChangeLog,v 1.7 2004/06/08 19:57:06 lisa Exp $ + + 08 Jun 2004; Lisa Seelye <lisa@gentoo.org> linup-1.1.1-r1.ebuild: + This works on my sparc. please test so we can move this to stable. 15 Apr 2004; Michael McCabe <randy@gentoo.org> linup-1.1.1-r1.ebuild: added s390 keywords diff --git a/app-misc/linup/linup-1.1.1-r1.ebuild b/app-misc/linup/linup-1.1.1-r1.ebuild index 086cad4419e4..1f2d726c6d17 100644 --- a/app-misc/linup/linup-1.1.1-r1.ebuild +++ b/app-misc/linup/linup-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linup/linup-1.1.1-r1.ebuild,v 1.4 2004/04/15 18:20:45 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linup/linup-1.1.1-r1.ebuild,v 1.5 2004/06/08 19:57:06 lisa Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.smux.net/people/sena/linup/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 s390" +KEYWORDS="x86 s390 ~sparc" RDEPEND="virtual/glibc" |