diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-06 10:10:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-06 10:10:41 +0000 |
commit | e1329071949d6e8bc36b9085d0f51bc35c022b51 (patch) | |
tree | 3341ce09ba3b115fb3ab271c90f11f6758e460d3 /dev-libs/wayland | |
parent | Stable for x86, wrt bug #500368 (diff) | |
download | gentoo-2-e1329071949d6e8bc36b9085d0f51bc35c022b51.tar.gz gentoo-2-e1329071949d6e8bc36b9085d0f51bc35c022b51.tar.bz2 gentoo-2-e1329071949d6e8bc36b9085d0f51bc35c022b51.zip |
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)
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/wayland/wayland-1.4.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/wayland/ChangeLog b/dev-libs/wayland/ChangeLog index 9a832322973c..aba44d18786b 100644 --- a/dev-libs/wayland/ChangeLog +++ b/dev-libs/wayland/ChangeLog @@ -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 <ago@gentoo.org> wayland-1.4.0.ebuild: + Stable for x86, wrt bug #500368 28 Mar 2014; Jeroen Roovers <jer@gentoo.org> wayland-1.4.0.ebuild: Stable for HPPA (bug #500368). diff --git a/dev-libs/wayland/wayland-1.4.0.ebuild b/dev-libs/wayland/wayland-1.4.0.ebuild index e46c3522f621..0b4981bb255a 100644 --- a/dev-libs/wayland/wayland-1.4.0.ebuild +++ b/dev-libs/wayland/wayland-1.4.0.ebuild @@ -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 @@ HOMEPAGE="http://wayland.freedesktop.org/" 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" |