Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 360899 - app-cdr/k3b has lost stable keywords on only version in portage
Summary: app-cdr/k3b has lost stable keywords on only version in portage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Gentoo KDE team
URL: http://sources.gentoo.org/cgi-bin/vie...
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2011-03-28 11:21 UTC by Richard Freeman
Modified: 2011-03-28 11:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Freeman gentoo-dev 2011-03-28 11:21:07 UTC
A recent commit on k3b removed stable keywords - there is no longer a stable version of k3b.  It would probably be appropriate to revert the change and introduce it in a new revision.  


Commit diff:
--- k3b-2.0.2-r1.ebuild	2011/03/26 14:40:09	1.4
+++ k3b-2.0.2-r1.ebuild	2011/03/27 17:04:14	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-2.0.2-r1.ebuild,v 1.4 2011/03/26 14:40:09 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-2.0.2-r1.ebuild,v 1.5 2011/03/27 17:04:14 ssuominen Exp $
 
 EAPI=3
 
@@ -30,8 +30,8 @@
 
 LICENSE="GPL-2 FDL-1.2"
 SLOT="4"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="debug dvd emovix encode ffmpeg flac hal lame mad musepack musicbrainz sndfile sox taglib vcd vorbis +wav"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="debug dvd emovix encode ffmpeg flac lame mad musepack musicbrainz sndfile sox taglib vcd vorbis +wav"
 
 DEPEND="
 	$(add_kdebase_dep libkcddb)
@@ -50,7 +50,6 @@
 RDEPEND="${DEPEND}
 	app-cdr/cdrdao
 	media-sound/cdparanoia
-	hal? ( sys-apps/hal )
 	virtual/cdrtools
 	dvd? (
 		>=app-cdr/dvd+rw-tools-7
@@ -67,7 +66,7 @@
 	mycmakeargs=(
 		-DK3B_BUILD_K3BSETUP=OFF
 		$(cmake-utils_use debug K3B_DEBUG)
-		$(cmake-utils_use hal K3B_ENABLE_HAL_SUPPORT)
+		-DK3B_ENABLE_HAL_SUPPORT=OFF
 		$(cmake-utils_use musicbrainz K3B_ENABLE_MUSICBRAINZ)
 		$(cmake-utils_use dvd K3B_ENABLE_DVD_RIPPING)
 		$(cmake-utils_use taglib K3B_ENABLE_TAGLIB)

Reproducible: Always
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2011-03-28 11:32:43 UTC
Thanks for report fixed in cvs.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2011-03-28 11:38:06 UTC
Sorry.