diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-07-01 09:42:08 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-07-01 09:42:08 +0000 |
commit | fea23df11b3a14b019be64205f01422cfa884c6a (patch) | |
tree | 6f1b6fb80b9711040407cc001d362b6a3a4b963e /app-pda/pilot-link | |
parent | stable x86, bug 276041 (diff) | |
download | gentoo-2-fea23df11b3a14b019be64205f01422cfa884c6a.tar.gz gentoo-2-fea23df11b3a14b019be64205f01422cfa884c6a.tar.bz2 gentoo-2-fea23df11b3a14b019be64205f01422cfa884c6a.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/pilot-link')
-rw-r--r-- | app-pda/pilot-link/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog index 95e0535c53f0..987fd15e936e 100644 --- a/app-pda/pilot-link/ChangeLog +++ b/app-pda/pilot-link/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/pilot-link # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.50 2009/05/19 00:43:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.51 2009/07/01 09:42:08 aballier Exp $ + + 01 Jul 2009; Alexis Ballier <aballier@gentoo.org> + pilot-link-0.12.3-r2.ebuild: + keyword ~x86-fbsd 19 May 2009; Robin H. Johnson <robbat2@gentoo.org> pilot-link-0.12.3.ebuild, pilot-link-0.12.3-r1.ebuild, diff --git a/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild b/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild index 6ad052b20bb5..562d48b4b813 100644 --- a/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild +++ b/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild,v 1.4 2009/05/22 08:11:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild,v 1.5 2009/07/01 09:42:08 aballier Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://pilot-link.org/source/${P}.tar.bz2" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="perl java python png readline threads bluetooth usb debug" |