diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-30 01:06:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-30 01:06:52 +0000 |
commit | 1da2ef4230f1361d4815e750e947eb8e827666a7 (patch) | |
tree | 61f79186a8213c75d6c7727d333fc639deca6c1e /app-shells | |
parent | Version bump. (diff) | |
download | gentoo-2-1da2ef4230f1361d4815e750e947eb8e827666a7.tar.gz gentoo-2-1da2ef4230f1361d4815e750e947eb8e827666a7.tar.bz2 gentoo-2-1da2ef4230f1361d4815e750e947eb8e827666a7.zip |
Stable on x86, also add ~amd64.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-shells')
-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 8844b00bb255..8f77c66c3822 100644 --- a/app-shells/localshell/ChangeLog +++ b/app-shells/localshell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/localshell # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/ChangeLog,v 1.3 2005/07/18 21:24:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/ChangeLog,v 1.4 2005/08/30 01:06:52 robbat2 Exp $ + + 30 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> localshell-1.2.ebuild: + Stable on x86, also add ~amd64. 18 Jul 2005; David Holm <dholm@gentoo.org> localshell-1.1.ebuild: Added to ~ppc. diff --git a/app-shells/localshell/localshell-1.2.ebuild b/app-shells/localshell/localshell-1.2.ebuild index 8a0599a47320..ca88d6d30178 100644 --- a/app-shells/localshell/localshell-1.2.ebuild +++ b/app-shells/localshell/localshell-1.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 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.1 2005/07/18 21:24:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.2.ebuild,v 1.2 2005/08/30 01:06:52 robbat2 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" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/libc" #RDEPEND="" |