diff options
author | Thomas Kahle <tomka@gentoo.org> | 2012-03-05 11:11:25 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2012-03-05 11:11:25 +0000 |
commit | a3c054e989881e90860e58b17ef0910e88982a76 (patch) | |
tree | 002bbb06859de3a70a8a5b62585f811ebcb7f81d /x11-libs | |
parent | marked x86 per bug 309407 (diff) | |
download | historical-a3c054e989881e90860e58b17ef0910e88982a76.tar.gz historical-a3c054e989881e90860e58b17ef0910e88982a76.tar.bz2 historical-a3c054e989881e90860e58b17ef0910e88982a76.zip |
marked x86 per bug 309407
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfakekey/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libmatchbox/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libmatchbox/libmatchbox-1.9-r1.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/x11-libs/libfakekey/ChangeLog b/x11-libs/libfakekey/ChangeLog index f70270e04f63..a3ae617cdf46 100644 --- a/x11-libs/libfakekey/ChangeLog +++ b/x11-libs/libfakekey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libfakekey # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.10 2012/03/04 11:36:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.11 2012/03/05 11:11:25 tomka Exp $ + + 05 Mar 2012; Thomas Kahle <tomka@gentoo.org> libfakekey-0.1-r1.ebuild: + marked x86 per bug 309407 04 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #112268 diff --git a/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild b/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild index 8d2036670c65..e35c7b6b6420 100644 --- a/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.1-r1.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/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild,v 1.2 2012/02/21 16:14:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild,v 1.3 2012/03/05 11:11:25 tomka Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://matchbox-project.org/sources/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc x86" IUSE="debug doc" RDEPEND="x11-libs/libXtst" diff --git a/x11-libs/libmatchbox/ChangeLog b/x11-libs/libmatchbox/ChangeLog index f25f6cc1bb3b..8dc7b3e30455 100644 --- a/x11-libs/libmatchbox/ChangeLog +++ b/x11-libs/libmatchbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libmatchbox # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.21 2012/03/04 11:37:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.22 2012/03/05 11:09:38 tomka Exp $ + + 05 Mar 2012; Thomas Kahle <tomka@gentoo.org> libmatchbox-1.9-r1.ebuild: + marked x86 per bug 309407 04 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #112268 diff --git a/x11-libs/libmatchbox/libmatchbox-1.9-r1.ebuild b/x11-libs/libmatchbox/libmatchbox-1.9-r1.ebuild index e20eb91aaac2..56f812fbeb8b 100644 --- a/x11-libs/libmatchbox/libmatchbox-1.9-r1.ebuild +++ b/x11-libs/libmatchbox/libmatchbox-1.9-r1.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/x11-libs/libmatchbox/libmatchbox-1.9-r1.ebuild,v 1.3 2012/02/21 16:10:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9-r1.ebuild,v 1.4 2012/03/05 11:09:38 tomka Exp $ EAPI=4 inherit eutils libtool @@ -11,7 +11,7 @@ SRC_URI="http://matchbox-project.org/sources/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~x86" +KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc x86" IUSE="debug doc jpeg pango png static-libs test truetype X xsettings" RDEPEND="x11-libs/libXext |