diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-24 08:26:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-24 08:26:15 +0000 |
commit | a3f2d70b24c415cce854ba05541f2b39ca93f574 (patch) | |
tree | 09f14837d8415810d89c1d2c5af6b83b1c5f948e /dev-libs/eina | |
parent | Add ~ppc, wrt bug #462050 (diff) | |
download | gentoo-2-a3f2d70b24c415cce854ba05541f2b39ca93f574.tar.gz gentoo-2-a3f2d70b24c415cce854ba05541f2b39ca93f574.tar.bz2 gentoo-2-a3f2d70b24c415cce854ba05541f2b39ca93f574.zip |
Add ~ppc, wrt bug #462050
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/eina')
-rw-r--r-- | dev-libs/eina/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/eina/eina-1.7.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/eina/ChangeLog b/dev-libs/eina/ChangeLog index d3936f18e159..13d15fc36bd0 100644 --- a/dev-libs/eina/ChangeLog +++ b/dev-libs/eina/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/eina # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.17 2013/04/07 14:23:20 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.18 2013/04/24 08:26:15 ago Exp $ + + 24 Apr 2013; Agostino Sarubbo <ago@gentoo.org> eina-1.7.6.ebuild: + Add ~ppc, wrt bug #462050 *eina-1.7.6 (07 Apr 2013) diff --git a/dev-libs/eina/eina-1.7.6.ebuild b/dev-libs/eina/eina-1.7.6.ebuild index 12b06dd09c8a..26b7f0daf667 100644 --- a/dev-libs/eina/eina-1.7.6.ebuild +++ b/dev-libs/eina/eina-1.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.6.ebuild,v 1.1 2013/04/07 14:23:20 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.6.ebuild,v 1.2 2013/04/24 08:26:15 ago Exp $ EAPI="2" @@ -11,7 +11,7 @@ DESCRIPTION="Enlightenment's data types library (List, hash, etc) in C" SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="altivec debug default-mempool mempool-buddy +mempool-chained mempool-fixed-bitmap +mempool-pass-through mmx sse sse2 static-libs test" |