diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-11 18:57:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-11 18:57:58 +0000 |
commit | ef057f56c96ac9db051ef4fefa1e84650cb8ee69 (patch) | |
tree | c027365aa8abfc6c0d8acd72d374fbfd7d477b54 /x11-libs | |
parent | latest gnomeicu release, with a bad hack around a scrollkeeper problem (diff) | |
download | historical-ef057f56c96ac9db051ef4fefa1e84650cb8ee69.tar.gz historical-ef057f56c96ac9db051ef4fefa1e84650cb8ee69.tar.bz2 historical-ef057f56c96ac9db051ef4fefa1e84650cb8ee69.zip |
add ~alpha
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/ecore/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/ecore/ecore-0.0.2.20030220.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/ecore/ChangeLog b/x11-libs/ecore/ChangeLog index 931947f89854..32c44bd91726 100644 --- a/x11-libs/ecore/ChangeLog +++ b/x11-libs/ecore/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for x11-libs/ecore # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/ecore/ChangeLog,v 1.5 2003/02/20 12:24:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ecore/ChangeLog,v 1.6 2003/03/11 18:57:58 agriffis Exp $ *ecore-0.0.2.20030220 (20 Feb 2003) + 11 Mar 2003; Aron Griffis <agriffis@gentoo.org> ecore-0.0.2.20030220.ebuild: + Add ~alpha to KEYWORDS and use -fPIC on alpha + 20 Feb 2003; Mike Frysinger <vapier@gentoo.org> : Initial import. Ebuild submitted by me. diff --git a/x11-libs/ecore/ecore-0.0.2.20030220.ebuild b/x11-libs/ecore/ecore-0.0.2.20030220.ebuild index c5e0b9f4472d..47b78e7cef1c 100644 --- a/x11-libs/ecore/ecore-0.0.2.20030220.ebuild +++ b/x11-libs/ecore/ecore-0.0.2.20030220.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/ecore/ecore-0.0.2.20030220.ebuild,v 1.2 2003/02/22 08:23:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ecore/ecore-0.0.2.20030220.ebuild,v 1.3 2003/03/11 18:57:58 agriffis Exp $ + +inherit flag-o-matic DESCRIPTION="core event abstraction layer and X abstraction layer (nice convenience library)" HOMEPAGE="http://www.enlightenment.org/pages/ecore.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="pic" DEPEND="virtual/x11 @@ -27,6 +29,7 @@ pkg_setup() { src_compile() { env PATH="${T}:${PATH}" WANT_AUTOCONF_2_5=1 NOCONFIGURE=yes ./autogen.sh || die + use alpha && append-flags -fPIC econf `use_with pic` --with-gnu-ld || die emake || die } |