diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-09-21 12:42:03 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-09-21 12:42:03 +0000 |
commit | 8557d9bfab397b7050ef355f73c67c1728a48812 (patch) | |
tree | 428db9404d3be05bd7595f68e83263d48122e443 /net-dialup/cutecom | |
parent | Remove old version. Fix broken build on gcc-4.1. (diff) | |
download | historical-8557d9bfab397b7050ef355f73c67c1728a48812.tar.gz historical-8557d9bfab397b7050ef355f73c67c1728a48812.tar.bz2 historical-8557d9bfab397b7050ef355f73c67c1728a48812.zip |
x86
Package-Manager: portage-2.1.1
Diffstat (limited to 'net-dialup/cutecom')
-rw-r--r-- | net-dialup/cutecom/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/cutecom/cutecom-0.14.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/cutecom/ChangeLog b/net-dialup/cutecom/ChangeLog index 1aa580432ce1..2edbf46e48dd 100644 --- a/net-dialup/cutecom/ChangeLog +++ b/net-dialup/cutecom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/cutecom # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.9 2006/08/20 05:48:23 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.10 2006/09/21 12:42:03 mrness Exp $ + + 21 Sep 2006; Alin Nastac <mrness@gentoo.org> cutecom-0.14.0.ebuild: + Stable on x86. *cutecom-0.14.0 (20 Aug 2006) diff --git a/net-dialup/cutecom/cutecom-0.14.0.ebuild b/net-dialup/cutecom/cutecom-0.14.0.ebuild index 97aefaa826fe..99e49244a994 100644 --- a/net-dialup/cutecom/cutecom-0.14.0.ebuild +++ b/net-dialup/cutecom/cutecom-0.14.0.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/net-dialup/cutecom/cutecom-0.14.0.ebuild,v 1.1 2006/08/20 05:48:23 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.14.0.ebuild,v 1.2 2006/09/21 12:42:03 mrness 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)" |