summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-02 22:32:28 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-02 22:32:28 +0000
commit5c237a359187b7ee04b07ca0b69183c96cf8524f (patch)
treed7f6641975b67df14e8caf99543c69b058bd93b9 /dev-libs/glib
parentPPC stable profile update (diff)
downloadgentoo-2-5c237a359187b7ee04b07ca0b69183c96cf8524f.tar.gz
gentoo-2-5c237a359187b7ee04b07ca0b69183c96cf8524f.tar.bz2
gentoo-2-5c237a359187b7ee04b07ca0b69183c96cf8524f.zip
arm KEYWORDS
Diffstat (limited to 'dev-libs/glib')
-rw-r--r--dev-libs/glib/glib-2.4.1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-libs/glib/glib-2.4.1.ebuild b/dev-libs/glib/glib-2.4.1.ebuild
index d5c69c223d1b..01abdab1d1bf 100644
--- a/dev-libs/glib/glib-2.4.1.ebuild
+++ b/dev-libs/glib/glib-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.1.ebuild,v 1.4 2004/06/01 21:49:35 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.1.ebuild,v 1.5 2004/06/02 22:32:28 vapier Exp $
inherit libtool
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.4/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~hppa amd64 ~ia64 s390 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha arm ~hppa amd64 ~ia64 ~ppc64 s390"
IUSE="doc"
DEPEND=">=dev-util/pkgconfig-0.14
@@ -20,19 +20,17 @@ DEPEND=">=dev-util/pkgconfig-0.14
RDEPEND="virtual/glibc"
src_compile() {
-
elibtoolize
- econf --with-threads=posix \
+ econf \
+ --with-threads=posix \
`use_enable doc gtk-doc` \
|| die
emake || die
-
}
src_install() {
-
einstall || die
# Consider invalid UTF-8 filenames as locale-specific.
@@ -41,5 +39,4 @@ src_install() {
echo "G_BROKEN_FILENAMES=1" > ${D}/etc/env.d/50glib2
dodoc AUTHORS ChangeLog* README* INSTALL NEWS*
-
}