diff options
author | Mamoru Komachi <usata@gentoo.org> | 2006-11-02 17:47:07 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2006-11-02 17:47:07 +0000 |
commit | 95ac982a82396c6672eb49373ee221daa64879d5 (patch) | |
tree | b169494dc6ed34f4337fc6f80585631eeb09e4ca /sci-misc/tinysvm | |
parent | Stable on ppc wrt bug 153774 (diff) | |
download | gentoo-2-95ac982a82396c6672eb49373ee221daa64879d5.tar.gz gentoo-2-95ac982a82396c6672eb49373ee221daa64879d5.tar.bz2 gentoo-2-95ac982a82396c6672eb49373ee221daa64879d5.zip |
Added a patch to fix compilation problem in perl module for the first time. Removed old ebuild and stabilize -r1. Added ~amd64 keyword.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sci-misc/tinysvm')
-rw-r--r-- | sci-misc/tinysvm/ChangeLog | 7 | ||||
-rw-r--r-- | sci-misc/tinysvm/tinysvm-0.09-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-misc/tinysvm/ChangeLog b/sci-misc/tinysvm/ChangeLog index cf6927561c20..88dc0bd481cd 100644 --- a/sci-misc/tinysvm/ChangeLog +++ b/sci-misc/tinysvm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-misc/tinysvm # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/tinysvm/ChangeLog,v 1.3 2006/06/19 23:45:41 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/tinysvm/ChangeLog,v 1.4 2006/11/02 17:47:07 usata Exp $ + + 02 Nov 2006; Mamoru KOMACHI <usata@gentoo.org> -tinysvm-0.09.ebuild, + tinysvm-0.09-r1.ebuild: + Added a patch to fix compilation problem in perl module for the first time. + Removed old ebuild and stabilize -r1. Added ~amd64 keyword. 19 Jun 2006; Mamoru KOMACHI <usata@gentoo.org> +files/tinysvm-0.09-pm.patch, tinysvm-0.09-r1.ebuild: diff --git a/sci-misc/tinysvm/tinysvm-0.09-r1.ebuild b/sci-misc/tinysvm/tinysvm-0.09-r1.ebuild index e28b13645084..de2a3512d3a1 100644 --- a/sci-misc/tinysvm/tinysvm-0.09-r1.ebuild +++ b/sci-misc/tinysvm/tinysvm-0.09-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/tinysvm/tinysvm-0.09-r1.ebuild,v 1.2 2006/06/19 23:45:41 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/tinysvm/tinysvm-0.09-r1.ebuild,v 1.3 2006/11/02 17:47:07 usata Exp $ inherit perl-module flag-o-matic eutils @@ -15,7 +15,7 @@ SRC_URI="http://chasen.org/~taku/software/TinySVM/src/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 x86" IUSE="perl" #IUSE="java ruby python" |