diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2013-07-10 17:59:34 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2013-07-10 17:59:34 +0000 |
commit | 1ae07fe8067b7d2ff3b1ce40e8e13337d12ebe08 (patch) | |
tree | 539c9ebaebd339d66a4f2980e3e011d06f1e2bef /net-libs | |
parent | Bump to latest libvisio fixing backcompat with older boost. Remove the broken... (diff) | |
download | gentoo-2-1ae07fe8067b7d2ff3b1ce40e8e13337d12ebe08.tar.gz gentoo-2-1ae07fe8067b7d2ff3b1ce40e8e13337d12ebe08.tar.bz2 gentoo-2-1ae07fe8067b7d2ff3b1ce40e8e13337d12ebe08.zip |
ppc keyword, bug 476400
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/canlock/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/canlock/canlock-2b.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-libs/canlock/ChangeLog b/net-libs/canlock/ChangeLog index f923e8817030..2716c23a10ee 100644 --- a/net-libs/canlock/ChangeLog +++ b/net-libs/canlock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/canlock # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/canlock/ChangeLog,v 1.5 2013/03/06 07:13:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/canlock/ChangeLog,v 1.6 2013/07/10 17:59:34 vincent Exp $ + + 10 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> canlock-2b.ebuild: + ppc keyword, bug 476400 06 Mar 2013; Tim Harder <radhermit@gentoo.org> canlock-2b.ebuild, files/canlock-2b-make.patch: @@ -20,4 +23,3 @@ 30 Sep 2011; Tim Harder <radhermit@gentoo.org> +canlock-2b.ebuild, +files/canlock-2b-make.patch, +metadata.xml: Initial import (bug #104244). - diff --git a/net-libs/canlock/canlock-2b.ebuild b/net-libs/canlock/canlock-2b.ebuild index dc4fe5bb584e..dd97479d73ec 100644 --- a/net-libs/canlock/canlock-2b.ebuild +++ b/net-libs/canlock/canlock-2b.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/net-libs/canlock/canlock-2b.ebuild,v 1.4 2013/03/06 07:13:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/canlock/canlock-2b.ebuild,v 1.5 2013/07/10 17:59:34 vincent Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://debian/pool/main/c/${PN}/${MY_P}.orig.tar.gz LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" S=${WORKDIR}/${P/-/} |