diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-01-28 19:34:49 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-01-28 19:34:49 +0000 |
commit | 2008eb343eb1266394e3fbbd8b0890386c3d0785 (patch) | |
tree | 366b7f879254086b53c9df93e1efe8e6c3de75c5 /app-pda/pilot-link | |
parent | Marked stable on amd64 as per bug 207634. (diff) | |
download | gentoo-2-2008eb343eb1266394e3fbbd8b0890386c3d0785.tar.gz gentoo-2-2008eb343eb1266394e3fbbd8b0890386c3d0785.tar.bz2 gentoo-2-2008eb343eb1266394e3fbbd8b0890386c3d0785.zip |
Marked stable on amd64 as per bug 207634.
(Portage version: 2.1.4)
Diffstat (limited to 'app-pda/pilot-link')
-rw-r--r-- | app-pda/pilot-link/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.12.3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog index ec2c8c7abcfb..65fe6ae41d83 100644 --- a/app-pda/pilot-link/ChangeLog +++ b/app-pda/pilot-link/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/pilot-link -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.33 2007/12/22 14:49:18 philantrop Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.34 2008/01/28 19:34:49 philantrop Exp $ + + 28 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org> + pilot-link-0.12.3.ebuild: + Marked stable on amd64 as per bug 207634. 22 Dec 2007; Wulf C. Krueger <philantrop@gentoo.org> files/pilot-link-0.12.3-int_types.patch: diff --git a/app-pda/pilot-link/pilot-link-0.12.3.ebuild b/app-pda/pilot-link/pilot-link-0.12.3.ebuild index d3bfdbe863d6..b07c22711057 100644 --- a/app-pda/pilot-link/pilot-link-0.12.3.ebuild +++ b/app-pda/pilot-link/pilot-link-0.12.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.ebuild,v 1.2 2007/12/20 23:08:58 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3.ebuild,v 1.3 2008/01/28 19:34:49 philantrop Exp $ inherit perl-module java-pkg-opt-2 eutils autotools @@ -10,7 +10,7 @@ SRC_URI="http://pilot-link.org/source/${P}.tar.bz2" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="perl java python png readline threads bluetooth usb debug" |