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 | 45e6abdc25da0479fe5b313406379bbab3903bba (patch) | |
tree | 5df307becd01727198f5f1b489f9ae390a2f5749 /net-misc/vconfig | |
parent | Tweaking 32UL profile to eliminate dual archs in ACCEPT_KEYWORD (diff) | |
download | historical-45e6abdc25da0479fe5b313406379bbab3903bba.tar.gz historical-45e6abdc25da0479fe5b313406379bbab3903bba.tar.bz2 historical-45e6abdc25da0479fe5b313406379bbab3903bba.zip |
Stable for HPPA too.
Package-Manager: portage-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/Manifest | 4 | ||||
-rw-r--r-- | net-misc/vconfig/vconfig-1.9.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/net-misc/vconfig/Manifest index 3069df5ddbb5..a069479b3430 100644 --- a/net-misc/vconfig/Manifest +++ b/net-misc/vconfig/Manifest @@ -1,4 +1,4 @@ DIST vlan.1.9.tar.gz 176135 RMD160 d8094a0570fa94a5c479fce8b0133c6ad1f18c33 SHA1 66c5a41362fa13160aa52e4e2049ac3d64b9a1ff SHA256 3b8f0a1bf0d3642764e5f646e1f3bbc8b1eeec474a77392d9aeb4868842b4cca -EBUILD vconfig-1.9.ebuild 1301 RMD160 84709b0c4b2a6d349a10ea05b60c11e3a5fdbfe2 SHA1 7f1160fad20b7b3b82dfa0c29097f9b73e3f7d45 SHA256 1948eb5116826a9f239a7b4dbdb5f032d6de8bc57744802d6010248b57c2b8d7 -MISC ChangeLog 3710 RMD160 fd3ae5bbeb507de266b442c9fa0791ec29e39017 SHA1 9d302f9fbc66aee4888de9b02778a7bf838bf575 SHA256 79f23ef8830bbc97ad29801182dbc8e9a74f39743d30b8777a2de0f15a72e9f1 +EBUILD vconfig-1.9.ebuild 1300 RMD160 94579e5580c32283e91459b6f5ef654e758e1972 SHA1 4a788096f880d1dd99a588433be95ad1cb620de3 SHA256 99347c6882b7e08e1a5550917e49fe4616bdac3de046bb852b4401a374b01124 +MISC ChangeLog 3801 RMD160 b9d8692b69175f2761147b947eec7d888d3fcb41 SHA1 33163c5b1d6cfa904f0b9b8abb27de271bb7aee1 SHA256 c2f5b23bbd9753712a985128b9b1aa2137abb3bdc8e4f39937db729017d5f364 MISC metadata.xml 487 RMD160 0a291d6bc48e728dedb9236a6dde00582bf6cbc6 SHA1 30273282777fdda19d9111850c71d8c228322cc7 SHA256 0f5adfb656b9b6a33a37f6ef65b815ebae39de0b416177a47ab3faec2ff6bbab 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 )" |