diff options
author | 2005-01-02 19:50:54 +0000 | |
---|---|---|
committer | 2005-01-02 19:50:54 +0000 | |
commit | ad1d617c6d28b32b0596030313f3e20410280267 (patch) | |
tree | ebb7b7432f84a42fd5b3df16226b14d0d693987b /net-misc | |
parent | Add libtermcap-compat option to RDEPEND. (Manifest recommit) (diff) | |
download | gentoo-2-ad1d617c6d28b32b0596030313f3e20410280267.tar.gz gentoo-2-ad1d617c6d28b32b0596030313f3e20410280267.tar.bz2 gentoo-2-ad1d617c6d28b32b0596030313f3e20410280267.zip |
Change virtual/kernel to virtual/linux-sources
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/radvd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/radvd/radvd-0.7.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/radvd/ChangeLog b/net-misc/radvd/ChangeLog index c961814e6755..57486d0d9a85 100644 --- a/net-misc/radvd/ChangeLog +++ b/net-misc/radvd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/radvd -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/ChangeLog,v 1.11 2004/08/09 20:07:21 slarti Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/ChangeLog,v 1.12 2005/01/02 19:49:13 dsd Exp $ + + 02 Jan 2005; Daniel Drake <dsd@gentoo.org> radvd-0.7.2-r1.ebuild: + Change virtual/kernel to virtual/linux-sources 09 Aug 2004; Tom Martin <slarti@gentoo.org> radvd-0.7.2-r1.ebuild: Marked ~amd64, resolves 59087 diff --git a/net-misc/radvd/radvd-0.7.2-r1.ebuild b/net-misc/radvd/radvd-0.7.2-r1.ebuild index a850f4357c3c..b3a95e3125aa 100644 --- a/net-misc/radvd/radvd-0.7.2-r1.ebuild +++ b/net-misc/radvd/radvd-0.7.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-0.7.2-r1.ebuild,v 1.8 2004/11/03 00:21:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-0.7.2-r1.ebuild,v 1.9 2005/01/02 19:49:13 dsd Exp $ DESCRIPTION="Linux IPv6 Router Advertisement Daemon (radvd)" HOMEPAGE="http://v6web.litech.org/radvd/" @@ -12,7 +12,7 @@ KEYWORDS="~amd64 arm hppa x86" IUSE="" DEPEND="virtual/libc - virtual/kernel" + virtual/linux-sources" pkg_preinst() { # Force ownership of radvd user and group. fix #19647 |