diff options
-rw-r--r-- | net-dialup/cutecom/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/cutecom/cutecom-0.14.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/cutecom/ChangeLog b/net-dialup/cutecom/ChangeLog index 89714f970efd..fa7b3abf4dbd 100644 --- a/net-dialup/cutecom/ChangeLog +++ b/net-dialup/cutecom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/cutecom # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.13 2007/04/14 09:12:19 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.14 2007/06/26 17:23:19 josejx Exp $ + + 26 Jun 2007; Joseph Jezak <josejx@gentoo.org> cutecom-0.14.1.ebuild: + Marked ppc stable for bug #182819. 14 Apr 2007; Alin Năstac <mrness@gentoo.org> -cutecom-0.13.2.ebuild, -cutecom-0.14.0.ebuild: diff --git a/net-dialup/cutecom/cutecom-0.14.1.ebuild b/net-dialup/cutecom/cutecom-0.14.1.ebuild index 62ab9aa09140..37883ac29319 100644 --- a/net-dialup/cutecom/cutecom-0.14.1.ebuild +++ b/net-dialup/cutecom/cutecom-0.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.14.1.ebuild,v 1.2 2007/01/18 05:45:57 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.14.1.ebuild,v 1.3 2007/06/26 17:23:19 josejx Exp $ inherit eutils qt3 @@ -10,7 +10,7 @@ SRC_URI="http://cutecom.sourceforge.net/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="$(qt_min_version 3.2)" |