Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 357749 - media-sound/spek-0.6 should RDEPEND at least on vala:0.10 if possible
Summary: media-sound/spek-0.6 should RDEPEND at least on vala:0.10 if possible
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 338067
  Show dependency tree
 
Reported: 2011-03-07 11:49 UTC by Pacho Ramos
Modified: 2011-03-08 00:34 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 Pacho Ramos gentoo-dev 2011-03-07 11:49:29 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 and run against vala:0.10 with the
following change:

--- spek-0.6.ebuild~	2010-10-05 01:26:39.000000000 +0200
+++ spek-0.6.ebuild	2011-03-07 12:47:45.000000000 +0100
@@ -18,11 +18,15 @@
 	>=x11-libs/gtk+-2.18:2"
 
 DEPEND="${RDEPEND}
-	dev-lang/vala
+	dev-lang/vala:0.10
 	dev-util/intltool
 	dev-util/pkgconfig
 	sys-devel/gettext"
 
+pkg_setup() {
+	export VALAC=$(type -p valac-0.10)
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die
 	dodoc AUTHORS NEWS || die


Reproducible: Always
Comment 1 Michael Weber (RETIRED) gentoo-dev 2011-03-08 00:34:15 UTC
+  08 Mar 2011; Michael Weber <xmw@gentoo.org> spek-0.6.ebuild:
+  Change vala dependency to vala:0.10 (bug 338067)
+

Index: spek-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/spek/spek-0.6.ebuild,v
retrieving revision 1.1
diff -u -B -r1.1 spek-0.6.ebuild
--- spek-0.6.ebuild     4 Oct 2010 23:26:39 -0000       1.1
+++ spek-0.6.ebuild     8 Mar 2011 00:28:35 -0000
@@ -18,7 +18,7 @@
        >=x11-libs/gtk+-2.18:2"

 DEPEND="${RDEPEND}
-       dev-lang/vala
+       dev-lang/vala:0.10
        dev-util/intltool
        dev-util/pkgconfig
        sys-devel/gettext"