summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-30 22:32:13 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-30 22:32:13 +0000
commit343a94d3134960d69dc491426e22b7cf23b5e041 (patch)
treec7b4b357c751a402cb97f24f1b19925f9fa98ac4 /dev-lang
parentDo not depend on vala, it is not used for release tarballs. (diff)
downloadgentoo-2-343a94d3134960d69dc491426e22b7cf23b5e041.tar.gz
gentoo-2-343a94d3134960d69dc491426e22b7cf23b5e041.tar.bz2
gentoo-2-343a94d3134960d69dc491426e22b7cf23b5e041.zip
Fix typo, thanks to shiznix.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/vala/ChangeLog5
-rw-r--r--dev-lang/vala/vala-0.20.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/vala/ChangeLog b/dev-lang/vala/ChangeLog
index ce493d216311..ae1111309eb7 100644
--- a/dev-lang/vala/ChangeLog
+++ b/dev-lang/vala/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/vala
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.147 2013/03/30 18:05:42 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.148 2013/03/30 22:32:13 eva Exp $
+
+ 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> vala-0.20.0.ebuild:
+ Fix typo, thanks to shiznix.
30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -vala-0.10.4-r1.ebuild,
-vala-0.12.1.ebuild, -vala-0.14.2-r1.ebuild, -vala-0.16.1-r1.ebuild,
diff --git a/dev-lang/vala/vala-0.20.0.ebuild b/dev-lang/vala/vala-0.20.0.ebuild
index 799e885fec18..e89b4d162896 100644
--- a/dev-lang/vala/vala-0.20.0.ebuild
+++ b/dev-lang/vala/vala-0.20.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.20.0.ebuild,v 1.2 2013/03/30 18:05:42 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.20.0.ebuild,v 1.3 2013/03/30 22:32:13 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
src_configure() {
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
- gnome2_sr_configure \
+ gnome2_src_configure \
--disable-unversioned \
$(use_enable vapigen)
}