From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 034BD1387FD for ; Sun, 6 Apr 2014 10:10:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 907BDE09B5; Sun, 6 Apr 2014 10:10:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20F47E09B5 for ; Sun, 6 Apr 2014 10:10:45 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CDCE33FEA1 for ; Sun, 6 Apr 2014 10:10:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id B72552004B; Sun, 6 Apr 2014 10:10:41 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/wayland: wayland-1.4.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wayland-1.4.0.ebuild ChangeLog X-VCS-Directories: dev-libs/wayland X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140406101041.B72552004B@flycatcher.gentoo.org> Date: Sun, 6 Apr 2014 10:10:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4621c13c-9e41-4025-8de9-2b9d2a6c3017 X-Archives-Hash: 1aca11f23f14f2f9f729c5f6dafbbe90 ago 14/04/06 10:10:41 Modified: wayland-1.4.0.ebuild ChangeLog Log: Stable for x86, wrt bug #500368 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision Changes Path 1.5 dev-libs/wayland/wayland-1.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?r1=1.4&r2=1.5 Index: wayland-1.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wayland-1.4.0.ebuild 28 Mar 2014 01:31:47 -0000 1.4 +++ wayland-1.4.0.ebuild 6 Apr 2014 10:10:41 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v 1.4 2014/03/28 01:31:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v 1.5 2014/04/06 10:10:41 ago Exp $ EAPI=5 @@ -18,10 +18,10 @@ if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="hppa" + KEYWORDS="hppa x86" else SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 x86" fi LICENSE="MIT" 1.37 dev-libs/wayland/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 28 Mar 2014 01:31:47 -0000 1.36 +++ ChangeLog 6 Apr 2014 10:10:41 -0000 1.37 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/wayland # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.36 2014/03/28 01:31:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.37 2014/04/06 10:10:41 ago Exp $ + + 06 Apr 2014; Agostino Sarubbo wayland-1.4.0.ebuild: + Stable for x86, wrt bug #500368 28 Mar 2014; Jeroen Roovers wayland-1.4.0.ebuild: Stable for HPPA (bug #500368).