diff options
author | Peter Weller <welp@gentoo.org> | 2007-04-09 14:42:42 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-04-09 14:42:42 +0000 |
commit | 96b15676a9db88b5f30b070fa599b30fcdc72fb6 (patch) | |
tree | c5d2e599164aa7522b7a3a35d884ecc595bc4df2 /app-shells/localshell | |
parent | Stable on amd64 wrt bug 173847 (diff) | |
download | gentoo-2-96b15676a9db88b5f30b070fa599b30fcdc72fb6.tar.gz gentoo-2-96b15676a9db88b5f30b070fa599b30fcdc72fb6.tar.bz2 gentoo-2-96b15676a9db88b5f30b070fa599b30fcdc72fb6.zip |
Stable on amd64 wrt bug 173845
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-shells/localshell')
-rw-r--r-- | app-shells/localshell/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/localshell/localshell-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/localshell/ChangeLog b/app-shells/localshell/ChangeLog index 75e87f625493..6c0358cd17da 100644 --- a/app-shells/localshell/ChangeLog +++ b/app-shells/localshell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/localshell # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/ChangeLog,v 1.5 2007/01/24 03:54:04 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/ChangeLog,v 1.6 2007/04/09 14:42:42 welp Exp $ + + 09 Apr 2007; Peter Weller <welp@gentoo.org> localshell-1.2.ebuild: + Stable on amd64 wrt bug 173845 24 Jan 2007; Marius Mauch <genone@gentoo.org> localshell-1.1.ebuild, localshell-1.2.ebuild: diff --git a/app-shells/localshell/localshell-1.2.ebuild b/app-shells/localshell/localshell-1.2.ebuild index 53c2722dc516..6c35ee68e0b9 100644 --- a/app-shells/localshell/localshell-1.2.ebuild +++ b/app-shells/localshell/localshell-1.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.2.ebuild,v 1.3 2007/01/24 03:54:04 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.2.ebuild,v 1.4 2007/04/09 14:42:42 welp Exp $ DESCRIPTION="Localshell allows per-user/group local control of shell execution." HOMEPAGE="http://research.iat.sfu.ca/custom-software/localshell/" SRC_URI="${HOMEPAGE}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="virtual/libc" #RDEPEND="" |