diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-20 08:31:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-20 08:31:19 +0000 |
commit | 4f758f87d214e22cc9e3c7e3eeab9c16ef9b1106 (patch) | |
tree | f92f838275c14b334f59a27799c661ba6d3664fa /dev-libs | |
parent | Restore gtk2 option for users who want to avoid gtk3 (the new default for thi... (diff) | |
download | gentoo-2-4f758f87d214e22cc9e3c7e3eeab9c16ef9b1106.tar.gz gentoo-2-4f758f87d214e22cc9e3c7e3eeab9c16ef9b1106.tar.bz2 gentoo-2-4f758f87d214e22cc9e3c7e3eeab9c16ef9b1106.zip |
Stable for amd64, 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')
-rw-r--r-- | dev-libs/wayland/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/wayland/wayland-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/wayland/ChangeLog b/dev-libs/wayland/ChangeLog index 2db2fffd01fb..a1db19b3dffa 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.41 2014/04/18 13:58:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.42 2014/04/20 08:31:19 ago Exp $ + + 20 Apr 2014; Agostino Sarubbo <ago@gentoo.org> wayland-1.4.0.ebuild: + Stable for amd64, wrt bug #500368 18 Apr 2014; Agostino Sarubbo <ago@gentoo.org> wayland-1.4.0.ebuild: Stable for alpha, wrt bug #500368 diff --git a/dev-libs/wayland/wayland-1.4.0.ebuild b/dev-libs/wayland/wayland-1.4.0.ebuild index 00cdc2fcdd3a..fdb7afb65726 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.9 2014/04/18 13:58:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v 1.10 2014/04/20 08:31:19 ago Exp $ EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="alpha hppa ia64 ppc ppc64 x86" + KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86" else SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86" |