summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-01-03 21:21:57 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-01-03 21:21:57 +0000
commita75d4f6d04d3d18c771d569aefc4f231e52f99fb (patch)
treedb43b93d0248b42455180138db19d89f2cd792aa /media-sound/daapd
parentAdd patch to enable PIC building #61947. (Manifest recommit) (diff)
downloadgentoo-2-a75d4f6d04d3d18c771d569aefc4f231e52f99fb.tar.gz
gentoo-2-a75d4f6d04d3d18c771d569aefc4f231e52f99fb.tar.bz2
gentoo-2-a75d4f6d04d3d18c771d569aefc4f231e52f99fb.zip
Fixed IUSE/use.local.desc, keyworded ~sparc wrt #76093, thanks Paul Forgey for the report
Diffstat (limited to 'media-sound/daapd')
-rw-r--r--media-sound/daapd/ChangeLog8
-rw-r--r--media-sound/daapd/daapd-0.2.3d.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/daapd/ChangeLog b/media-sound/daapd/ChangeLog
index 8ddbccbb2d61..2c140f86157f 100644
--- a/media-sound/daapd/ChangeLog
+++ b/media-sound/daapd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/daapd
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/daapd/ChangeLog,v 1.10 2004/12/14 12:03:34 eradicator Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/daapd/ChangeLog,v 1.11 2005/01/03 21:21:57 gustavoz Exp $
+
+ 03 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> daapd-0.2.3d.ebuild:
+ Fixed IUSE/use.local.desc, keyworded ~sparc wrt #76093, thanks Paul Forgey for
+ the report
14 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
daapd-0.2.3d.ebuild:
diff --git a/media-sound/daapd/daapd-0.2.3d.ebuild b/media-sound/daapd/daapd-0.2.3d.ebuild
index 012ecf045612..031673c053b0 100644
--- a/media-sound/daapd/daapd-0.2.3d.ebuild
+++ b/media-sound/daapd/daapd-0.2.3d.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/daapd/daapd-0.2.3d.ebuild,v 1.4 2004/12/14 12:03:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/daapd/daapd-0.2.3d.ebuild,v 1.5 2005/01/03 21:21:57 gustavoz Exp $
-IUSE="aac howl"
+IUSE="aac howl mpeg4"
inherit flag-o-matic eutils
@@ -12,7 +12,7 @@ SRC_URI="http://www.deleet.de/projekte/daap/daapd/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
+KEYWORDS="~amd64 ~x86 ~ppc ~sparc"
DEPEND="sys-libs/zlib
howl? ( >=net-misc/howl-0.9.6-r1 )