diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-10 05:08:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-10 05:08:18 +0000 |
commit | 109e49a3cf50a9745353664e52dcc3931d0832ef (patch) | |
tree | 00b934be1394296184a2a3127d2648d1a7a72be1 /net-misc | |
parent | Revbump to fix webcam support. Remove old broken ebuild (diff) | |
download | gentoo-2-109e49a3cf50a9745353664e52dcc3931d0832ef.tar.gz gentoo-2-109e49a3cf50a9745353664e52dcc3931d0832ef.tar.bz2 gentoo-2-109e49a3cf50a9745353664e52dcc3931d0832ef.zip |
Stable for HPPA (bug #290525).
(Portage version: 2.2_rc56/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/hylafax/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-6.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/hylafax/ChangeLog b/net-misc/hylafax/ChangeLog index afd3e9ccfc75..85919b9789e8 100644 --- a/net-misc/hylafax/ChangeLog +++ b/net-misc/hylafax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/hylafax # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.99 2009/11/08 19:45:13 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.100 2009/12/10 05:08:18 jer Exp $ + + 10 Dec 2009; Jeroen Roovers <jer@gentoo.org> hylafax-6.0.3.ebuild: + Stable for HPPA (bug #290525). 08 Nov 2009; nixnut <nixnut@gentoo.org> hylafax-6.0.3.ebuild: ppc stable #290524 diff --git a/net-misc/hylafax/hylafax-6.0.3.ebuild b/net-misc/hylafax/hylafax-6.0.3.ebuild index 25595f723b42..733c1c8808e0 100644 --- a/net-misc/hylafax/hylafax-6.0.3.ebuild +++ b/net-misc/hylafax/hylafax-6.0.3.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/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.3 2009/11/08 19:45:13 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.4 2009/12/10 05:08:18 jer Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz" SLOT="0" LICENSE="hylafax" -KEYWORDS="amd64 ~hppa ppc ~sparc x86" +KEYWORDS="amd64 hppa ppc ~sparc x86" IUSE="jbig pam mgetty html" |