diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-27 11:05:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-27 11:05:09 +0000 |
commit | d1be308767db5d6acc2d82445cf1de1a93d4dbc0 (patch) | |
tree | 9e903a87294555f93da7c6e0396ce8cabe510e15 /dev-libs/weston | |
parent | Stable for amd64, wrt bug #500368 (diff) | |
download | gentoo-2-d1be308767db5d6acc2d82445cf1de1a93d4dbc0.tar.gz gentoo-2-d1be308767db5d6acc2d82445cf1de1a93d4dbc0.tar.bz2 gentoo-2-d1be308767db5d6acc2d82445cf1de1a93d4dbc0.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/weston')
-rw-r--r-- | dev-libs/weston/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/weston/weston-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/weston/ChangeLog b/dev-libs/weston/ChangeLog index f1b2d6508331..29a8c8a27201 100644 --- a/dev-libs/weston/ChangeLog +++ b/dev-libs/weston/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/weston # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v 1.7 2014/02/24 20:30:10 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v 1.8 2014/03/27 11:05:09 ago Exp $ + + 27 Mar 2014; Agostino Sarubbo <ago@gentoo.org> weston-1.4.0.ebuild: + Stable for amd64, wrt bug #500368 24 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> weston-1.4.0.ebuild: diff --git a/dev-libs/weston/weston-1.4.0.ebuild b/dev-libs/weston/weston-1.4.0.ebuild index 37b92b49197e..b8f8d6924a79 100644 --- a/dev-libs/weston/weston-1.4.0.ebuild +++ b/dev-libs/weston/weston-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/weston/weston-1.4.0.ebuild,v 1.2 2014/02/24 20:30:10 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild,v 1.3 2014/03/27 11:05:09 ago Exp $ EAPI=5 @@ -22,7 +22,7 @@ if [[ $PV = 9999* ]]; then KEYWORDS="" else SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~arm ~amd64 ~x86 ~arm-linux" + KEYWORDS="amd64 ~arm ~x86 ~arm-linux" fi LICENSE="MIT CC-BY-SA-3.0" |