summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-14 18:18:02 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-14 18:18:02 +0000
commit26ed3ae67e8387b06915f5c35caf5d1e68e31d8d (patch)
tree5feb7fb41e868c14076470a93992f512e7461b7b /media-libs/imlib2
parentVersion bump, fixes segfault reported in bug #129871. (diff)
downloadgentoo-2-26ed3ae67e8387b06915f5c35caf5d1e68e31d8d.tar.gz
gentoo-2-26ed3ae67e8387b06915f5c35caf5d1e68e31d8d.tar.bz2
gentoo-2-26ed3ae67e8387b06915f5c35caf5d1e68e31d8d.zip
Move KEYWORDS out of enlightenment eclass and add ~x86-fbsd. Run elibtoolize.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'media-libs/imlib2')
-rw-r--r--media-libs/imlib2/ChangeLog8
-rw-r--r--media-libs/imlib2/imlib2-1.2.1.009.ebuild8
2 files changed, 12 insertions, 4 deletions
diff --git a/media-libs/imlib2/ChangeLog b/media-libs/imlib2/ChangeLog
index db3496e1cd27..d7d0683e7fe7 100644
--- a/media-libs/imlib2/ChangeLog
+++ b/media-libs/imlib2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/imlib2
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.46 2005/12/11 23:52:11 spyderous Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.47 2006/04/14 18:18:02 flameeyes Exp $
+
+ 14 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+ imlib2-1.2.1.009.ebuild:
+ Move KEYWORDS out of enlightenment eclass and add ~x86-fbsd. Run elibtoolize.
11 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
imlib2-1.2.1.009.ebuild, imlib2-9999.ebuild:
diff --git a/media-libs/imlib2/imlib2-1.2.1.009.ebuild b/media-libs/imlib2/imlib2-1.2.1.009.ebuild
index 8566705afc95..5f28e8d5deb7 100644
--- a/media-libs/imlib2/imlib2-1.2.1.009.ebuild
+++ b/media-libs/imlib2/imlib2-1.2.1.009.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.2.1.009.ebuild,v 1.4 2006/02/10 05:07:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.2.1.009.ebuild,v 1.5 2006/04/14 18:18:02 flameeyes Exp $
EKEY_STATE="release"
-inherit enlightenment toolchain-funcs
+inherit enlightenment toolchain-funcs libtool
MY_P=${P/_/-}
DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm"
@@ -21,6 +21,8 @@ DEPEND="=media-libs/freetype-2*
X? ( || ( ( x11-libs/libXext x11-proto/xextproto ) virtual/x11 ) )
mp3? ( media-libs/libid3tag )"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd"
+
src_compile() {
local mymmx=""
# if [[ $(tc-arch) == "amd64" ]] ; then
@@ -29,6 +31,8 @@ src_compile() {
mymmx="--disable-amd64 $(use_enable mmx)"
# fi
+ elibtoolize
+
export MY_ECONF="
$(use_with X x) \
$(use_with jpeg) \