diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-04 21:59:02 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-04 21:59:02 +0000 |
commit | 16c3c36eaaa373f5f906f146da78fac6f65e5fe5 (patch) | |
tree | 51198260e5421a0a86e0e3ad336cd9af28ffb6cf /media-sound | |
parent | Don't add kdeenablefinal useflag to every package, but just for the ones in k... (diff) | |
download | gentoo-2-16c3c36eaaa373f5f906f146da78fac6f65e5fe5.tar.gz gentoo-2-16c3c36eaaa373f5f906f146da78fac6f65e5fe5.tar.bz2 gentoo-2-16c3c36eaaa373f5f906f146da78fac6f65e5fe5.zip |
Add kdeenablefinal flag that can be used to actually build amaroK using --enable-final.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarok/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/amarok/amarok-1.3.7-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index ce72f12a4bc6..f0cc71c969b3 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/amarok -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.93 2005/12/25 13:03:50 flameeyes Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.94 2006/01/04 21:59:02 flameeyes Exp $ + + 04 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> amarok-1.3.7-r1.ebuild: + Add kdeenablefinal flag that can be used to actually build amaroK using + --enable-final. *amarok-1.3.7-r1 (25 Dec 2005) diff --git a/media-sound/amarok/amarok-1.3.7-r1.ebuild b/media-sound/amarok/amarok-1.3.7-r1.ebuild index 8fa009ae8e93..7c176807386f 100644 --- a/media-sound/amarok/amarok-1.3.7-r1.ebuild +++ b/media-sound/amarok/amarok-1.3.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.3.7-r1.ebuild,v 1.1 2005/12/25 13:03:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.3.7-r1.ebuild,v 1.2 2006/01/04 21:59:02 flameeyes Exp $ inherit kde eutils flag-o-matic @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="arts flac gstreamer kde mp3 mysql noamazon opengl postgres xine xmms -visualization vorbis musicbrainz" +visualization vorbis musicbrainz kdeenablefinal" # kde: enables compilation of the konqueror sidebar plugin DEPEND="kde? ( || ( kde-base/konqueror kde-base/kdebase ) ) |