diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-03-18 15:36:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-03-18 15:36:43 +0000 |
commit | bc4cc96447618ca563c134bea4efddce97bece80 (patch) | |
tree | b282fd2580f04f01bb7b1aae74afe1705e10ae58 /app-shells | |
parent | Drop sparc keywords (diff) | |
download | gentoo-2-bc4cc96447618ca563c134bea4efddce97bece80.tar.gz gentoo-2-bc4cc96447618ca563c134bea4efddce97bece80.tar.bz2 gentoo-2-bc4cc96447618ca563c134bea4efddce97bece80.zip |
Drop sparc keywords
(Portage version: 2.1.10.49/cvs/Linux ia64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/esh/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/esh/esh-0.8.5-r1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/esh/esh-0.8.5.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-shells/esh/ChangeLog b/app-shells/esh/ChangeLog index d086133f0d81..ba914032dafb 100644 --- a/app-shells/esh/ChangeLog +++ b/app-shells/esh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/esh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.22 2012/02/16 17:44:44 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.23 2012/03/18 15:36:43 armin76 Exp $ + + 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> esh-0.8.5.ebuild, + esh-0.8.5-r1.ebuild: + Drop sparc keywords 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> esh-0.8.5-r1.ebuild: x86 stable wrt bug #396827 diff --git a/app-shells/esh/esh-0.8.5-r1.ebuild b/app-shells/esh/esh-0.8.5-r1.ebuild index 76e0180e3d71..b803cf2b6a65 100644 --- a/app-shells/esh/esh-0.8.5-r1.ebuild +++ b/app-shells/esh/esh-0.8.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5-r1.ebuild,v 1.3 2012/02/16 17:44:44 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5-r1.ebuild,v 1.4 2012/03/18 15:36:43 armin76 Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://slon.ttk.ru/esh/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc x86" IUSE="debug" DEPEND=">=sys-libs/ncurses-5.1 diff --git a/app-shells/esh/esh-0.8.5.ebuild b/app-shells/esh/esh-0.8.5.ebuild index 55f123789fd8..b7960f2f81bc 100644 --- a/app-shells/esh/esh-0.8.5.ebuild +++ b/app-shells/esh/esh-0.8.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.18 2010/06/15 16:31:28 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.19 2012/03/18 15:36:43 armin76 Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://slon.ttk.ru/esh/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86 ppc sparc" +KEYWORDS="~amd64 ppc x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.1 |