diff options
author | Ned Ludd <solar@gentoo.org> | 2008-05-11 00:58:18 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2008-05-11 00:58:18 +0000 |
commit | 617deb0647f4cc4edcc8bc07615f5395327d570d (patch) | |
tree | 9a556ead4e380ea0a86cf67b26a2c1ae56b8cef7 /net-misc/vconfig | |
parent | - cross compile fix. break src and install functions apart or CC= wont work. (diff) | |
download | gentoo-2-617deb0647f4cc4edcc8bc07615f5395327d570d.tar.gz gentoo-2-617deb0647f4cc4edcc8bc07615f5395327d570d.tar.bz2 gentoo-2-617deb0647f4cc4edcc8bc07615f5395327d570d.zip |
keyworded ~arm
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/vconfig')
-rw-r--r-- | net-misc/vconfig/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/vconfig/vconfig-1.9.ebuild | 10 |
2 files changed, 13 insertions, 7 deletions
diff --git a/net-misc/vconfig/ChangeLog b/net-misc/vconfig/ChangeLog index c2c0379215eb..ab2404761fa1 100644 --- a/net-misc/vconfig/ChangeLog +++ b/net-misc/vconfig/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/vconfig -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.26 2007/11/06 07:05:07 pva Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.27 2008/05/11 00:58:18 solar Exp $ + + 11 May 2008; <solar@gentoo.org> vconfig-1.9.ebuild: + keyworded ~arm + + 11 May 2008; <solar@gentoo.org> vconfig-1.9.ebuild: + keyworded ~arm 06 Nov 2007; <pva@gentoo.org> -vconfig-1.8.ebuild, vconfig-1.9.ebuild: Remove note about 2.4 kernel. Clean old. diff --git a/net-misc/vconfig/vconfig-1.9.ebuild b/net-misc/vconfig/vconfig-1.9.ebuild index 0865fefcde0d..2f58a89ed730 100644 --- a/net-misc/vconfig/vconfig-1.9.ebuild +++ b/net-misc/vconfig/vconfig-1.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.9 2007/11/06 07:05:07 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.9.ebuild,v 1.10 2008/05/11 00:58:18 solar Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -12,10 +12,10 @@ 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 ~ppc ~ppc64 sparc x86" +KEYWORDS="~arm ~alpha amd64 ~ppc ~ppc64 sparc x86" IUSE="static" -DEPEND="virtual/libc virtual/os-headers" -RDEPEND="!static? ( virtual/libc )" +#DEPEND="virtual/libc virtual/os-headers" +#RDEPEND="!static? ( virtual/libc )" src_compile() { use static && appened-ldflags -static |