diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-09-13 07:11:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-09-13 07:11:59 +0000 |
commit | 8f330fe46d975ab2b02fa67620d27ac0939e8e35 (patch) | |
tree | 31a01f31c980265a754d5407b0acaed2ce63c713 /games-board | |
parent | Restrict tests until they have a chance of not failing (diff) | |
download | gentoo-2-8f330fe46d975ab2b02fa67620d27ac0939e8e35.tar.gz gentoo-2-8f330fe46d975ab2b02fa67620d27ac0939e8e35.tar.bz2 gentoo-2-8f330fe46d975ab2b02fa67620d27ac0939e8e35.zip |
vala-0.16 went away last year
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnome-mahjongg/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/gnome-mahjongg/gnome-mahjongg-3.12.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-board/gnome-mahjongg/ChangeLog b/games-board/gnome-mahjongg/ChangeLog index b978423e26c2..1c9de24c19f5 100644 --- a/games-board/gnome-mahjongg/ChangeLog +++ b/games-board/gnome-mahjongg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/gnome-mahjongg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/ChangeLog,v 1.17 2014/09/11 07:52:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/ChangeLog,v 1.18 2014/09/13 07:11:59 mr_bones_ Exp $ + + 13 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> + gnome-mahjongg-3.12.2.ebuild: + vala-0.16 went away last year 11 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> -gnome-mahjongg-3.10.2.ebuild, -gnome-mahjongg-3.12.1.ebuild: diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.12.2.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.12.2.ebuild index 87fa603482d7..ea3343c153d6 100644 --- a/games-board/gnome-mahjongg/gnome-mahjongg-3.12.2.ebuild +++ b/games-board/gnome-mahjongg/gnome-mahjongg-3.12.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/gnome-mahjongg-3.12.2.ebuild,v 1.3 2014/07/23 15:16:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mahjongg/gnome-mahjongg-3.12.2.ebuild,v 1.4 2014/09/13 07:11:59 mr_bones_ Exp $ EAPI=5 GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.16" +VALA_MIN_API_VERSION="0.18" inherit gnome-games vala |