diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-22 19:18:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-22 19:18:59 +0000 |
commit | 02dc793b873e752b483d3b1689ad0a13ef4690a3 (patch) | |
tree | f15491425fd4fefc78d727c18cf29cae1699a379 /x11-wm | |
parent | sci-chemistry/pymol-plugins-promol: Fix SLOT for pmw (diff) | |
download | gentoo-2-02dc793b873e752b483d3b1689ad0a13ef4690a3.tar.gz gentoo-2-02dc793b873e752b483d3b1689ad0a13ef4690a3.tar.bz2 gentoo-2-02dc793b873e752b483d3b1689ad0a13ef4690a3.zip |
Stable for HPPA (bug #453014).
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/enlightenment/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/enlightenment/enlightenment-1.0.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/enlightenment/ChangeLog b/x11-wm/enlightenment/ChangeLog index 5183ca009575..072dfa64f796 100644 --- a/x11-wm/enlightenment/ChangeLog +++ b/x11-wm/enlightenment/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/enlightenment -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.173 2012/12/29 10:12:58 tommy Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.174 2013/01/22 19:18:59 jer Exp $ + + 22 Jan 2013; Jeroen Roovers <jer@gentoo.org> enlightenment-1.0.11.ebuild: + Stable for HPPA (bug #453014). 29 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> enlightenment-0.17.0.ebuild: diff --git a/x11-wm/enlightenment/enlightenment-1.0.11.ebuild b/x11-wm/enlightenment/enlightenment-1.0.11.ebuild index d0f491d4c3a1..64c65a685ec9 100644 --- a/x11-wm/enlightenment/enlightenment-1.0.11.ebuild +++ b/x11-wm/enlightenment/enlightenment-1.0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-1.0.11.ebuild,v 1.1 2012/11/08 03:32:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-1.0.11.ebuild,v 1.2 2013/01/22 19:18:59 jer Exp $ EAPI="4" if [[ ${PV} == *9999 ]] ; then @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then S=${WORKDIR}/e16/e else SRC_URI="mirror://sourceforge/enlightenment/e16-${PV/_/-}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" S=${WORKDIR}/e16-${PV/_pre?} fi inherit eutils |