diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-11 17:23:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-11 17:23:19 +0000 |
commit | abe8bce585ea2095d452e60d563408fb01a71166 (patch) | |
tree | fd5cc8e1f4c8310b3b5880b6c9ff032c5c25f686 /x11-libs/evas | |
parent | add ~apha (diff) | |
download | gentoo-2-abe8bce585ea2095d452e60d563408fb01a71166.tar.gz gentoo-2-abe8bce585ea2095d452e60d563408fb01a71166.tar.bz2 gentoo-2-abe8bce585ea2095d452e60d563408fb01a71166.zip |
add ~alpha
Diffstat (limited to 'x11-libs/evas')
-rw-r--r-- | x11-libs/evas/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/evas/evas-1.0.0.20030220_pre5.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-libs/evas/ChangeLog b/x11-libs/evas/ChangeLog index c1982db6a7af..e61427f20895 100644 --- a/x11-libs/evas/ChangeLog +++ b/x11-libs/evas/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for x11-libs/evas # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/evas/ChangeLog,v 1.6 2003/02/20 11:52:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/evas/ChangeLog,v 1.7 2003/03/11 17:23:19 agriffis Exp $ *evas-1.0.0.20030220_pre5 (20 Feb 2003) + 11 Mar 2003; Aron Griffis <agriffis@gentoo.org> + evas-1.0.0.20030220_pre5.ebuild: + Add ~alpha to KEYWORDS and use -fPIC on alpha + 20 Feb 2003; Mike Frysinger <vapier@gentoo.org> : Version bump to evas2 cause it pwns evas1 (CVS snapshot). diff --git a/x11-libs/evas/evas-1.0.0.20030220_pre5.ebuild b/x11-libs/evas/evas-1.0.0.20030220_pre5.ebuild index 63b75388588e..e852c0bb5d84 100644 --- a/x11-libs/evas/evas-1.0.0.20030220_pre5.ebuild +++ b/x11-libs/evas/evas-1.0.0.20030220_pre5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/evas/evas-1.0.0.20030220_pre5.ebuild,v 1.2 2003/02/22 08:04:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/evas/evas-1.0.0.20030220_pre5.ebuild,v 1.3 2003/03/11 17:23:19 agriffis Exp $ + +inherit flag-o-matic DESCRIPTION="hardware-accelerated canvas API" HOMEPAGE="http://www.enlightenment.org/pages/evas.html" @@ -9,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~alpha" IUSE="X mmx opengl jpeg png pic directfb fbcon" DEPEND="virtual/x11 @@ -42,6 +44,8 @@ src_compile() { use directfb && myconf="${myconf} --enable-directfb" use fbcon && myconf="${myconf} --enable-fb" + use alpha && append-flags -fPIC + econf \ --enable-image-loader-eet \ --enable-image-loader-edb \ |