diff options
author | Brent Baude <ranger@gentoo.org> | 2010-12-28 01:47:10 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-12-28 01:47:10 +0000 |
commit | 4182fb8dc5c7bc6b499c17028928f101101433a9 (patch) | |
tree | 16a982faa68466c742015e359f4af4e86bf5047b /x11-wm/enlightenment/enlightenment-1.0.2.ebuild | |
parent | Marking vim-core-7.3.50 ppc64 for bug 348269 (diff) | |
download | gentoo-2-4182fb8dc5c7bc6b499c17028928f101101433a9.tar.gz gentoo-2-4182fb8dc5c7bc6b499c17028928f101101433a9.tar.bz2 gentoo-2-4182fb8dc5c7bc6b499c17028928f101101433a9.zip |
stable ppc64, bug 330573
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'x11-wm/enlightenment/enlightenment-1.0.2.ebuild')
-rw-r--r-- | x11-wm/enlightenment/enlightenment-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/enlightenment/enlightenment-1.0.2.ebuild b/x11-wm/enlightenment/enlightenment-1.0.2.ebuild index 23e2f39bc267..293f3ebca504 100644 --- a/x11-wm/enlightenment/enlightenment-1.0.2.ebuild +++ b/x11-wm/enlightenment/enlightenment-1.0.2.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/x11-wm/enlightenment/enlightenment-1.0.2.ebuild,v 1.8 2010/09/28 16:47:38 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-1.0.2.ebuild,v 1.9 2010/12/28 01:47:10 ranger Exp $ EAPI="2" 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 |