diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-06-26 08:44:09 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-06-26 08:44:09 +0000 |
commit | c1034e30eddb04460368b3736dc08b95b007ae71 (patch) | |
tree | b547989cfeb29339290c26c36773c2f063fd0954 /net-dialup | |
parent | Added missing '|| die' statement to econf call, bug #97029. (diff) | |
download | gentoo-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')
-rw-r--r-- | net-dialup/capifwd/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/capifwd/capifwd-0.6.3.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/ivcall/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/ivcall/ivcall-0.4-r1.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/net-dialup/capifwd/ChangeLog b/net-dialup/capifwd/ChangeLog index b402c0336817..845fc0cc55b8 100644 --- a/net-dialup/capifwd/ChangeLog +++ b/net-dialup/capifwd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/capifwd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capifwd/ChangeLog,v 1.2 2005/02/06 10:57:22 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capifwd/ChangeLog,v 1.3 2005/06/26 08:44:09 blubb Exp $ + + 26 Jun 2005; Simon Stelling <blubb@gentoo.org> capifwd-0.6.3.ebuild: + added ~amd64 keyword 06 Feb 2005; Alin Nastac <mrness@gentoo.org> capifwd-0.6.3.ebuild: Mark stable on x86. diff --git a/net-dialup/capifwd/capifwd-0.6.3.ebuild b/net-dialup/capifwd/capifwd-0.6.3.ebuild index 4aabb10c55e2..83ff4a251879 100644 --- a/net-dialup/capifwd/capifwd-0.6.3.ebuild +++ b/net-dialup/capifwd/capifwd-0.6.3.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/capifwd/capifwd-0.6.3.ebuild,v 1.2 2005/02/06 10:57:22 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capifwd/capifwd-0.6.3.ebuild,v 1.3 2005/06/26 08:44:09 blubb Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/capi20proxy/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="net-dialup/capi4k-utils" 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 )" |