summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-06-26 08:44:09 +0000
committerSimon Stelling <blubb@gentoo.org>2005-06-26 08:44:09 +0000
commitc1034e30eddb04460368b3736dc08b95b007ae71 (patch)
treeb547989cfeb29339290c26c36773c2f063fd0954 /net-dialup/ivcall
parentAdded missing '|| die' statement to econf call, bug #97029. (diff)
downloadgentoo-2-c1034e30eddb04460368b3736dc08b95b007ae71.tar.gz
gentoo-2-c1034e30eddb04460368b3736dc08b95b007ae71.tar.bz2
gentoo-2-c1034e30eddb04460368b3736dc08b95b007ae71.zip
~amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup/ivcall')
-rw-r--r--net-dialup/ivcall/ChangeLog5
-rw-r--r--net-dialup/ivcall/ivcall-0.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/ivcall/ChangeLog b/net-dialup/ivcall/ChangeLog
index 45a5ba4327d0..161ca6c338d9 100644
--- a/net-dialup/ivcall/ChangeLog
+++ b/net-dialup/ivcall/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/ivcall
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ChangeLog,v 1.4 2005/06/15 21:49:15 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ChangeLog,v 1.5 2005/06/26 08:41:01 blubb Exp $
+
+ 26 Jun 2005; Simon Stelling <blubb@gentoo.org> ivcall-0.4-r1.ebuild:
+ added ~amd64 keyword
15 Jun 2005; Alin Nastac <mrness@gentoo.org> -ivcall-0.3.ebuild:
Remove old version.
diff --git a/net-dialup/ivcall/ivcall-0.4-r1.ebuild b/net-dialup/ivcall/ivcall-0.4-r1.ebuild
index f7105de21559..27afc486c955 100644
--- a/net-dialup/ivcall/ivcall-0.4-r1.ebuild
+++ b/net-dialup/ivcall/ivcall-0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ivcall-0.4-r1.ebuild,v 1.1 2005/04/06 05:26:11 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ivcall-0.4-r1.ebuild,v 1.2 2005/06/26 08:41:01 blubb Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://0pointer.de/lennart/projects/ivcall/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="softfax"
DEPEND="net-dialup/isdn4k-utils
softfax? ( >=media-libs/spandsp-0.0.2_pre10 )"