diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-29 14:52:13 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-29 14:52:13 +0000 |
commit | 289bf3ccd46dd80e95212c83127eb838fe6d861e (patch) | |
tree | d89d65c558a348a4f55ec80c6e154b559c55bb3e /app-pda/pilot-link | |
parent | alpha/ia64/sparc stable (diff) | |
download | gentoo-2-289bf3ccd46dd80e95212c83127eb838fe6d861e.tar.gz gentoo-2-289bf3ccd46dd80e95212c83127eb838fe6d861e.tar.bz2 gentoo-2-289bf3ccd46dd80e95212c83127eb838fe6d861e.zip |
alpha/ia64/sparc stable
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-pda/pilot-link')
-rw-r--r-- | app-pda/pilot-link/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.12.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog index 53235ae71010..32363794fa4d 100644 --- a/app-pda/pilot-link/ChangeLog +++ b/app-pda/pilot-link/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/pilot-link # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.35 2008/01/29 12:01:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.36 2008/01/29 14:52:13 armin76 Exp $ + + 29 Jan 2008; Raúl Porcel <armin76@gentoo.org> pilot-link-0.12.3.ebuild: + alpha/ia64/sparc stable wrt #207634 29 Jan 2008; Brent Baude <ranger@gentoo.org> pilot-link-0.12.3.ebuild: Marking pilot-link-0.12.3 ~ppc64 for bug 207634 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 582fab81623a..94a74cbc7e51 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-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.4 2008/01/29 12:01:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3.ebuild,v 1.5 2008/01/29 14:52:13 armin76 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 ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc ~x86" IUSE="perl java python png readline threads bluetooth usb debug" |