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 | 31165f96aa4ea2a9cd6602e6d509a87215878f31 (patch) | |
tree | fe08ed35a68849917d51bbb121333ae8daa58402 /net-dialup | |
parent | Remove old version. Fix broken build on gcc-4.1. (diff) | |
download | gentoo-2-31165f96aa4ea2a9cd6602e6d509a87215878f31.tar.gz gentoo-2-31165f96aa4ea2a9cd6602e6d509a87215878f31.tar.bz2 gentoo-2-31165f96aa4ea2a9cd6602e6d509a87215878f31.zip |
x86
(Portage version: 2.1.1)
Diffstat (limited to 'net-dialup')
-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)" |