diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-27 11:05:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-27 11:05:05 +0000 |
commit | e0f74b8ec53b56e514248dc8f71024c89b3a6292 (patch) | |
tree | 3ce8ce34c7b2b1b071d46e040a2e41f2c10ec73e /dev-libs/wayland | |
parent | Stable for amd64, wrt bug #500368 (diff) | |
download | gentoo-2-e0f74b8ec53b56e514248dc8f71024c89b3a6292.tar.gz gentoo-2-e0f74b8ec53b56e514248dc8f71024c89b3a6292.tar.bz2 gentoo-2-e0f74b8ec53b56e514248dc8f71024c89b3a6292.zip |
Stable for amd64, wrt bug #500368
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/wayland/ChangeLog b/dev-libs/wayland/ChangeLog index cc8857f2f092..4bf0b6201281 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.34 2014/01/26 03:46:32 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.35 2014/03/27 11:05:05 ago Exp $ + + 27 Mar 2014; Agostino Sarubbo <ago@gentoo.org> wayland-1.4.0.ebuild: + Stable for amd64, wrt bug #500368 26 Jan 2014; Matt Turner <mattst88@gentoo.org> wayland-1.4.0.ebuild: Added ~alpha, bug 403015. diff --git a/dev-libs/wayland/wayland-1.4.0.ebuild b/dev-libs/wayland/wayland-1.4.0.ebuild index 66200d3106d4..e85389b66eda 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.2 2014/01/26 03:46:32 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v 1.3 2014/03/27 11:05:05 ago Exp $ EAPI=5 @@ -21,7 +21,7 @@ if [[ $PV = 9999* ]]; then KEYWORDS="" 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" |