diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-10-02 02:57:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-10-02 02:57:04 +0000 |
commit | c4eb4addf80dc2a3c875e49704b68845d660809b (patch) | |
tree | 6a3bae392cf00f5ea6536d7966b106c75e4a91bd /dev-libs/wayland | |
parent | Stable for HPPA (bug #475480). (diff) | |
download | gentoo-2-c4eb4addf80dc2a3c875e49704b68845d660809b.tar.gz gentoo-2-c4eb4addf80dc2a3c875e49704b68845d660809b.tar.bz2 gentoo-2-c4eb4addf80dc2a3c875e49704b68845d660809b.zip |
Stable for HPPA (bug #475480).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/wayland/wayland-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/wayland/ChangeLog b/dev-libs/wayland/ChangeLog index 0d292642ce90..0b72afab6daf 100644 --- a/dev-libs/wayland/ChangeLog +++ b/dev-libs/wayland/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/wayland # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.24 2013/09/29 11:07:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.25 2013/10/02 02:57:04 jer Exp $ + + 02 Oct 2013; Jeroen Roovers <jer@gentoo.org> wayland-1.2.1.ebuild: + Stable for HPPA (bug #475480). 29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> wayland-1.2.1.ebuild: Stable for amd64, wrt bug #475480 diff --git a/dev-libs/wayland/wayland-1.2.1.ebuild b/dev-libs/wayland/wayland-1.2.1.ebuild index 1e488234c20d..1a7e0ad13ddd 100644 --- a/dev-libs/wayland/wayland-1.2.1.ebuild +++ b/dev-libs/wayland/wayland-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.2.1.ebuild,v 1.2 2013/09/29 11:07:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.2.1.ebuild,v 1.3 2013/10/02 02:57:04 jer Exp $ EAPI=5 @@ -20,7 +20,7 @@ if [[ $PV = 9999* ]]; then KEYWORDS="" else SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT" |