diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-29 11:07:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-29 11:07:29 +0000 |
commit | 6633337a4b9ca5e29bee648ba3e896372d2c12b9 (patch) | |
tree | 3c86eca506cbd82ffa14ca360dad055704bf94f4 /dev-libs/wayland/wayland-1.2.1.ebuild | |
parent | Stable for amd64, wrt bug #475480 (diff) | |
download | gentoo-2-6633337a4b9ca5e29bee648ba3e896372d2c12b9.tar.gz gentoo-2-6633337a4b9ca5e29bee648ba3e896372d2c12b9.tar.bz2 gentoo-2-6633337a4b9ca5e29bee648ba3e896372d2c12b9.zip |
Stable for amd64, wrt bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/wayland/wayland-1.2.1.ebuild')
-rw-r--r-- | dev-libs/wayland/wayland-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wayland/wayland-1.2.1.ebuild b/dev-libs/wayland/wayland-1.2.1.ebuild index 4e0e5cba9cfb..1e488234c20d 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.1 2013/08/25 16:39:35 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.2.1.ebuild,v 1.2 2013/09/29 11:07:29 ago 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" |