summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-12 11:22:36 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-12 11:22:36 +0000
commit63c13f5af1c0e21269084cc4dcd5b9150f3c38d3 (patch)
treef6ef59f06a3bf1393a66a8aad7e07d51bd37c15d /media-sound/amarok/amarok-1.1.1.ebuild
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-63c13f5af1c0e21269084cc4dcd5b9150f3c38d3.tar.gz
gentoo-2-63c13f5af1c0e21269084cc4dcd5b9150f3c38d3.tar.bz2
gentoo-2-63c13f5af1c0e21269084cc4dcd5b9150f3c38d3.zip
ls
Diffstat (limited to 'media-sound/amarok/amarok-1.1.1.ebuild')
-rw-r--r--media-sound/amarok/amarok-1.1.1.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/amarok/amarok-1.1.1.ebuild b/media-sound/amarok/amarok-1.1.1.ebuild
index 26269cd737b9..64675a0e6aaf 100644
--- a/media-sound/amarok/amarok-1.1.1.ebuild
+++ b/media-sound/amarok/amarok-1.1.1.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-sound/amarok/amarok-1.1.1.ebuild,v 1.6 2004/11/08 08:18:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.1.1.ebuild,v 1.7 2004/11/12 11:22:36 eradicator Exp $
IUSE="noamazon cjk xmms opengl xine arts gstreamer"
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/amarok/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="~amd64 ~ppc ~x86"
DEPEND="=media-libs/libvisual-0.1.6
arts? ( >=kde-base/kdemultimedia-3.2 )
@@ -53,3 +53,8 @@ src_compile() {
kde_src_compile myconf configure make || die
}
+pkg_postinst() {
+ if use gstreamer; then
+ ewarn "Gstreamer support in ${P} is known to be unstable (see bug #66902)"
+ fi
+}