diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-06-27 11:31:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-06-27 11:31:33 +0000 |
commit | d5d3b210451674b9e9d8d7f9996078188a3b5312 (patch) | |
tree | 0180ab5d7c53b5afda743b287ea1a2daf911d48b /gnome-extra | |
parent | rm old (diff) | |
download | gentoo-2-d5d3b210451674b9e9d8d7f9996078188a3b5312.tar.gz gentoo-2-d5d3b210451674b9e9d8d7f9996078188a3b5312.tar.bz2 gentoo-2-d5d3b210451674b9e9d8d7f9996078188a3b5312.zip |
Fix typo in VALA_MAX_API_VERSION variable, it also builds with 0.26 (even if it failed with 0.24)
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/activity-log-manager/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/gnome-extra/activity-log-manager/ChangeLog b/gnome-extra/activity-log-manager/ChangeLog index eab5a3babee5..678023e9694f 100644 --- a/gnome-extra/activity-log-manager/ChangeLog +++ b/gnome-extra/activity-log-manager/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/activity-log-manager -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.21 2014/11/12 21:20:08 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.22 2015/06/27 11:31:33 pacho Exp $ + + 27 Jun 2015; Pacho Ramos <pacho@gentoo.org> activity-log-manager-0.9.7.ebuild: + Fix typo in VALA_MAX_API_VERSION variable, it also builds with 0.26 (even if + it failed with 0.24) 12 Nov 2014; Justin Lecher <jlec@gentoo.org> activity-log-manager-0.9.7.ebuild, diff --git a/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild b/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild index c3a9a9af2a82..672e84ad6f7d 100644 --- a/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild +++ b/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.5 2014/11/12 21:20:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.6 2015/06/27 11:31:33 pacho Exp $ EAPI=5 GNOME2_LA_PUNT="yes" -VALA_MIN_API_VERSION="0.10" -VALA_MAX_API_VERSIOn="0.22" # build fails with vala-0.24 +VALA_MIN_API_VERSION="0.26" # Fails with 0.24, but works with 0.26 and older versions +VALA_MAX_API_VERSION="0.26" # build fails with vala-0.28 WANT_AUTOMAKE=1.13 inherit autotools eutils gnome2 vala versionator |