diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-08-14 18:23:19 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-08-14 18:23:19 +0000 |
commit | 84eceaec1768b5b01fc014b854480a1299a7a5dd (patch) | |
tree | 546482b3e7008ae7961a32076751b4ffbbe8f6fd /net-dialup | |
parent | Stop building EGL things, because they aren't ready upstream. Also the EGL de... (diff) | |
download | gentoo-2-84eceaec1768b5b01fc014b854480a1299a7a5dd.tar.gz gentoo-2-84eceaec1768b5b01fc014b854480a1299a7a5dd.tar.bz2 gentoo-2-84eceaec1768b5b01fc014b854480a1299a7a5dd.zip |
Added ~amd64 keywords. Closes Bug #100042.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/pppconfig/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/pppconfig/pppconfig-2.3.11-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-dialup/pppconfig/ChangeLog b/net-dialup/pppconfig/ChangeLog index 875120a553e1..7e8452df2d73 100644 --- a/net-dialup/pppconfig/ChangeLog +++ b/net-dialup/pppconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/pppconfig # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.13 2005/06/12 12:07:53 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.14 2005/08/14 18:23:19 metalgod Exp $ + + 14 Aug 2005; Luis Medinas <metalgod@gentoo.org> + pppconfig-2.3.11-r1.ebuild: + Added ~amd64 keywords. Closes Bug #100042. *pppconfig-2.3.11-r1 (12 Jun 2005) diff --git a/net-dialup/pppconfig/pppconfig-2.3.11-r1.ebuild b/net-dialup/pppconfig/pppconfig-2.3.11-r1.ebuild index 909963e9938d..5402851d8c37 100644 --- a/net-dialup/pppconfig/pppconfig-2.3.11-r1.ebuild +++ b/net-dialup/pppconfig/pppconfig-2.3.11-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/pppconfig/pppconfig-2.3.11-r1.ebuild,v 1.1 2005/06/12 12:07:53 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.11-r1.ebuild,v 1.2 2005/08/14 18:23:19 metalgod Exp $ DESCRIPTION="A text menu based utility for configuring ppp." SRC_URI="http://http.us.debian.org/debian/pool/main/p/pppconfig/${PN}_${PV}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://http.us.debian.org/debian/pool/main/p/pppconfig/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" DEPEND="net-dialup/ppp |