diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-07-18 18:09:41 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-07-18 18:09:41 +0000 |
commit | ca7413df072ad26f8d697b5a7b399f0fd79f2a8f (patch) | |
tree | 6c15dbcbcad52ab52be38943d02e3ac36793090e /app-shells/bashish | |
parent | Fix bug 309251. Remove old. (diff) | |
download | gentoo-2-ca7413df072ad26f8d697b5a7b399f0fd79f2a8f.tar.gz gentoo-2-ca7413df072ad26f8d697b5a7b399f0fd79f2a8f.tar.bz2 gentoo-2-ca7413df072ad26f8d697b5a7b399f0fd79f2a8f.zip |
alpha/ia64/sparc stable wrt #327065
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'app-shells/bashish')
-rw-r--r-- | app-shells/bashish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bashish/bashish-2.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bashish/ChangeLog b/app-shells/bashish/ChangeLog index 76383cd9e1d9..19216b421dc9 100644 --- a/app-shells/bashish/ChangeLog +++ b/app-shells/bashish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bashish # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.24 2010/07/11 12:35:56 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/ChangeLog,v 1.25 2010/07/18 18:09:41 armin76 Exp $ + + 18 Jul 2010; Raúl Porcel <armin76@gentoo.org> bashish-2.2.4.ebuild: + alpha/ia64/sparc stable wrt #327065 11 Jul 2010; Christian Faulhammer <fauli@gentoo.org> bashish-2.2.4.ebuild: stable x86, bug 327065 diff --git a/app-shells/bashish/bashish-2.2.4.ebuild b/app-shells/bashish/bashish-2.2.4.ebuild index bbb714f95db6..297aad2065a0 100644 --- a/app-shells/bashish/bashish-2.2.4.ebuild +++ b/app-shells/bashish/bashish-2.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.2.4.ebuild,v 1.4 2010/07/11 12:35:56 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.2.4.ebuild,v 1.5 2010/07/18 18:09:41 armin76 Exp $ DESCRIPTION="Text console theme engine" HOMEPAGE="http://bashish.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-util/dialog-1.0" |