diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-07-07 01:33:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-07-07 01:33:09 +0000 |
commit | fb3c810ad803baa35945a1ecd6ed3e5a2a3e9c53 (patch) | |
tree | 048d24e209c829a57bfd1e68ef7867e9a536feab /net-misc/vconfig | |
parent | Tweaking 32UL profile to eliminate dual archs in ACCEPT_KEYWORD (diff) | |
download | gentoo-2-fb3c810ad803baa35945a1ecd6ed3e5a2a3e9c53.tar.gz gentoo-2-fb3c810ad803baa35945a1ecd6ed3e5a2a3e9c53.tar.bz2 gentoo-2-fb3c810ad803baa35945a1ecd6ed3e5a2a3e9c53.zip |
Stable for HPPA too.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
Diffstat (limited to 'net-misc/vconfig')
-rw-r--r-- | net-misc/vconfig/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/vconfig/vconfig-1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/vconfig/ChangeLog b/net-misc/vconfig/ChangeLog index 5821ca7cbf2f..4e44418056cb 100644 --- a/net-misc/vconfig/ChangeLog +++ b/net-misc/vconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vconfig # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.29 2008/05/13 14:43:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.30 2008/07/07 01:33:09 jer Exp $ + + 07 Jul 2008; Jeroen Roovers <jer@gentoo.org> vconfig-1.9.ebuild: + Stable for HPPA too. 13 May 2008; Jeroen Roovers <jer@gentoo.org> vconfig-1.9.ebuild: Marked ~hppa (LuckyLuke). diff --git a/net-misc/vconfig/vconfig-1.9.ebuild b/net-misc/vconfig/vconfig-1.9.ebuild index de9255ba1fda..1358cdd3a2a8 100644 --- a/net-misc/vconfig/vconfig-1.9.ebuild +++ b/net-misc/vconfig/vconfig-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.11 2008/05/13 14:43:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.9.ebuild,v 1.12 2008/07/07 01:33:09 jer Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -12,7 +12,7 @@ HOMEPAGE="http://www.candelatech.com/~greear/vlan.html" SRC_URI="http://www.candelatech.com/~greear/vlan/${MY_PN}.${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 sparc x86" IUSE="static" #DEPEND="virtual/libc virtual/os-headers" #RDEPEND="!static? ( virtual/libc )" |