diff options
author | Ned Ludd <solar@gentoo.org> | 2006-06-24 23:57:05 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-06-24 23:57:05 +0000 |
commit | ae55d28d94e5c58c3f83da4bce792369e673d567 (patch) | |
tree | cf12ff4b9282be51d767fd907e3b6c6823e05a6c /net-misc | |
parent | remove GETPASS_ASTERISKS for USE=pam (diff) | |
download | gentoo-2-ae55d28d94e5c58c3f83da4bce792369e673d567.tar.gz gentoo-2-ae55d28d94e5c58c3f83da4bce792369e673d567.tar.bz2 gentoo-2-ae55d28d94e5c58c3f83da4bce792369e673d567.zip |
- keyword vconfig for alpha bug 137891
(Portage version: 3387-svn)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vconfig/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/vconfig/vconfig-1.8.ebuild | 6 | ||||
-rw-r--r-- | net-misc/vconfig/vconfig-1.9.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-misc/vconfig/ChangeLog b/net-misc/vconfig/ChangeLog index 1d3c02e24338..78f8b1c0d7f9 100644 --- a/net-misc/vconfig/ChangeLog +++ b/net-misc/vconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vconfig -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.18 2005/12/24 21:04:21 blubb Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.19 2006/06/24 23:57:05 solar Exp $ + + 24 Jun 2006; <solar@gentoo.org> vconfig-1.8.ebuild, vconfig-1.9.ebuild: + - keyword vconfig for alpha bug 137891 24 Dec 2005; Simon Stelling <blubb@gentoo.org> vconfig-1.8.ebuild: stable on amd64 diff --git a/net-misc/vconfig/vconfig-1.8.ebuild b/net-misc/vconfig/vconfig-1.8.ebuild index da69df6b98b8..6def6ca6a330 100644 --- a/net-misc/vconfig/vconfig-1.8.ebuild +++ b/net-misc/vconfig/vconfig-1.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.8.ebuild,v 1.11 2005/12/24 21:04:21 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.8.ebuild,v 1.12 2006/06/24 23:57:05 solar Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://www.candelatech.com/~greear/vlan/${MY_PN}.${PV}.tar.gz" # mirror://gentoo/vconfig-1.7-gcc33-multiline.patch" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc ~sparc x86 ~alpha" IUSE="static" DEPEND="virtual/libc virtual/os-headers" RDEPEND="!static? ( virtual/libc )" diff --git a/net-misc/vconfig/vconfig-1.9.ebuild b/net-misc/vconfig/vconfig-1.9.ebuild index 4cd1feae12dd..cc3971cd5911 100644 --- a/net-misc/vconfig/vconfig-1.9.ebuild +++ b/net-misc/vconfig/vconfig-1.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.9.ebuild,v 1.3 2005/12/17 21:19:55 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.9.ebuild,v 1.4 2006/06/24 23:57:05 solar Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://www.candelatech.com/~greear/vlan/${MY_PN}.${PV}.tar.gz" # mirror://gentoo/vconfig-1.7-gcc33-multiline.patch" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~alpha" IUSE="static" DEPEND="virtual/libc virtual/os-headers" RDEPEND="!static? ( virtual/libc )" |