Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 357747 - media-plugins/gmpc-mmkeys-0.20.0 should RDEPEND at least on vala:0.10 if possible
Summary: media-plugins/gmpc-mmkeys-0.20.0 should RDEPEND at least on vala:0.10 if poss...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 338067
  Show dependency tree
 
Reported: 2011-03-07 11:45 UTC by Pacho Ramos
Modified: 2011-03-07 21:36 UTC (History)
1 user (show)

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 Pacho Ramos gentoo-dev 2011-03-07 11:45:30 UTC
vala:0 versions are old and will be removed as soon as nothing in the tree
requires them. This seems to, at least, build against vala:0.10 with the
following change:


--- gmpc-mmkeys-0.20.0.ebuild.old	2011-03-07 12:42:16.000000000 +0100
+++ gmpc-mmkeys-0.20.0.ebuild	2011-03-07 12:44:02.000000000 +0100
@@ -16,5 +16,10 @@
 RDEPEND="dev-libs/dbus-glib
 	>=media-sound/gmpc-${PV}"
 DEPEND="${RDEPEND}
-	dev-lang/vala:0
+	dev-lang/vala:0.10
 	dev-util/pkgconfig"
+
+pkg_setup() {
+	export VALAC=$(type -p valac-0.10)
+}


Reproducible: Always