summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 19:45:25 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 19:45:25 +0000
commit195189e34df1ac1ce13c9061c406530774c33953 (patch)
treebfef876aca1ab4123624269823719f334a589b55 /media-libs/hermes
parentsync IUSE (+postgres) (Manifest recommit) (diff)
downloadgentoo-2-195189e34df1ac1ce13c9061c406530774c33953.tar.gz
gentoo-2-195189e34df1ac1ce13c9061c406530774c33953.tar.bz2
gentoo-2-195189e34df1ac1ce13c9061c406530774c33953.zip
sync IUSE (missing), don't dep on arch for gnuconfig_update
Diffstat (limited to 'media-libs/hermes')
-rw-r--r--media-libs/hermes/hermes-1.3.2-r2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/hermes/hermes-1.3.2-r2.ebuild b/media-libs/hermes/hermes-1.3.2-r2.ebuild
index d137ce795af9..60d69a3c59a3 100644
--- a/media-libs/hermes/hermes-1.3.2-r2.ebuild
+++ b/media-libs/hermes/hermes-1.3.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/hermes/hermes-1.3.2-r2.ebuild,v 1.21 2004/07/01 07:56:10 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/hermes/hermes-1.3.2-r2.ebuild,v 1.22 2004/07/14 19:45:25 agriffis Exp $
inherit eutils gnuconfig
@@ -13,6 +13,7 @@ SRC_URI="http://dark.x.dtu.dk/~mbn/clanlib/download/download-sphair/${MY_P}.tar.
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha ~mips amd64 ~hppa"
+IUSE=""
DEPEND="sys-devel/libtool
sys-devel/automake
@@ -24,9 +25,7 @@ src_unpack() {
unpack ${A} || die
cd ${S} || die
epatch ${FILESDIR}/hermes-1.3.2-amd64.patch
- use alpha && gnuconfig_update
- use amd64 && gnuconfig_update
- use hppa && gnuconfig_update
+ gnuconfig_update
aclocal || die "aclocal failed"
env WANT_AUTOMAKE=1.4 automake -a || die "automake failed"
autoconf || die "autoconf failed"