diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 12:46:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 12:46:24 +0000 |
commit | 47fb459cab0cbc3dc12000a7c4ddab3914b23624 (patch) | |
tree | 3601d9fa48b2b0ecf92cd5c4ded714d13909ac75 /net-dialup | |
parent | ARTS_REQUIRED=never (diff) | |
download | gentoo-2-47fb459cab0cbc3dc12000a7c4ddab3914b23624.tar.gz gentoo-2-47fb459cab0cbc3dc12000a7c4ddab3914b23624.tar.bz2 gentoo-2-47fb459cab0cbc3dc12000a7c4ddab3914b23624.zip |
ARTS_REQUIRED=never
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/komport/komport-0.5.9-r1.ebuild | 11 | ||||
-rw-r--r-- | net-dialup/komport/komport-0.5.9.ebuild | 7 |
2 files changed, 8 insertions, 10 deletions
diff --git a/net-dialup/komport/komport-0.5.9-r1.ebuild b/net-dialup/komport/komport-0.5.9-r1.ebuild index 63df407e7b59..35c324364d5d 100644 --- a/net-dialup/komport/komport-0.5.9-r1.ebuild +++ b/net-dialup/komport/komport-0.5.9-r1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/komport-0.5.9-r1.ebuild,v 1.1 2009/02/10 23:32:37 carlo Exp $ - -ARTS_REQUIRED="never" +# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/komport-0.5.9-r1.ebuild,v 1.2 2009/11/11 12:46:24 ssuominen Exp $ +ARTS_REQUIRED=never inherit kde DESCRIPTION="Komport - Serial port communications and vt102 terminal emulator for KDE" @@ -18,7 +17,5 @@ IUSE="" need-kde 3.5 -PATCHES=( - "${FILESDIR}/komport-0.5.9-gcc43.diff" - "${FILESDIR}/komport-0.5.9-desktop-file.diff" - ) +PATCHES=( "${FILESDIR}/komport-0.5.9-gcc43.diff" + "${FILESDIR}/komport-0.5.9-desktop-file.diff" ) diff --git a/net-dialup/komport/komport-0.5.9.ebuild b/net-dialup/komport/komport-0.5.9.ebuild index cb894e35f027..7755de2a7eb9 100644 --- a/net-dialup/komport/komport-0.5.9.ebuild +++ b/net-dialup/komport/komport-0.5.9.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/komport-0.5.9.ebuild,v 1.10 2007/04/14 11:30:20 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/komport/komport-0.5.9.ebuild,v 1.11 2009/11/11 12:46:24 ssuominen Exp $ +ARTS_REQUIRED=never inherit kde DESCRIPTION="Komport - Serial port communications and vt102 terminal emulator for KDE" @@ -14,4 +15,4 @@ LICENSE="GPL-2" KEYWORDS="amd64 ~ppc x86" IUSE="" -need-kde 3 +need-kde 3.5 |