diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-10 17:52:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-10 17:52:13 +0000 |
commit | 4257f34b4aa38f1242f7ce61f12270c4bc52ae4a (patch) | |
tree | cc1b6b601cd0106ddaef9b0f79de9b83b05495b3 /dev-libs | |
parent | Update on all branches to address a local_pvt resource leak in local_devicest... (diff) | |
download | gentoo-2-4257f34b4aa38f1242f7ce61f12270c4bc52ae4a.tar.gz gentoo-2-4257f34b4aa38f1242f7ce61f12270c4bc52ae4a.tar.bz2 gentoo-2-4257f34b4aa38f1242f7ce61f12270c4bc52ae4a.zip |
Add ~ppc, wrt bug #403015
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/wayland/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/wayland/wayland-0.95.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/wayland/ChangeLog b/dev-libs/wayland/ChangeLog index 978638bccb84..840f83f6791f 100644 --- a/dev-libs/wayland/ChangeLog +++ b/dev-libs/wayland/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/wayland # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.6 2012/08/10 22:22:40 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.7 2012/12/10 17:52:13 ago Exp $ + + 10 Dec 2012; Agostino Sarubbo <ago@gentoo.org> wayland-0.95.0.ebuild: + Add ~ppc, wrt bug #403015 *wayland-0.95.0 (10 Aug 2012) @@ -24,4 +27,3 @@ 10 Feb 2012; Matt Turner <mattst88@gentoo.org> +wayland-0.85.0.ebuild, +metadata.xml: First version of wayland in portage. - diff --git a/dev-libs/wayland/wayland-0.95.0.ebuild b/dev-libs/wayland/wayland-0.95.0.ebuild index 727c7d27b847..a09e0fedf2e5 100644 --- a/dev-libs/wayland/wayland-0.95.0.ebuild +++ b/dev-libs/wayland/wayland-0.95.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-0.95.0.ebuild,v 1.1 2012/08/10 22:22:40 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-0.95.0.ebuild,v 1.2 2012/12/10 17:52:13 ago Exp $ EAPI=4 @@ -24,7 +24,7 @@ fi LICENSE="CCPL-Attribution-ShareAlike-3.0 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="static-libs" RDEPEND="dev-libs/expat |