diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-30 12:14:41 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-30 12:14:41 +0000 |
commit | c5e2c310c137493fe651948b8fae573097a7d04e (patch) | |
tree | 990dde94871c03c7dbfbe5e857ca7fc642029cc5 /net-misc/wakeonlan | |
parent | Closing #45588. (Manifest recommit) (diff) | |
download | gentoo-2-c5e2c310c137493fe651948b8fae573097a7d04e.tar.gz gentoo-2-c5e2c310c137493fe651948b8fae573097a7d04e.tar.bz2 gentoo-2-c5e2c310c137493fe651948b8fae573097a7d04e.zip |
Closing #45591.
Diffstat (limited to 'net-misc/wakeonlan')
-rw-r--r-- | net-misc/wakeonlan/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wakeonlan/wakeonlan-0.40.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/wakeonlan/ChangeLog b/net-misc/wakeonlan/ChangeLog index 8745e090607e..f657b616e854 100644 --- a/net-misc/wakeonlan/ChangeLog +++ b/net-misc/wakeonlan/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for net-misc/wakeonlan -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header + 30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wakeonlan-0.40.ebuild: + Adding amd64 keyword. Closing #45591. + 12 Jun 2003; <msterret@gentoo.org> wakeonlan-0.40.ebuild: add Header diff --git a/net-misc/wakeonlan/wakeonlan-0.40.ebuild b/net-misc/wakeonlan/wakeonlan-0.40.ebuild index 1fcfcb38cb2c..4981336369ac 100644 --- a/net-misc/wakeonlan/wakeonlan-0.40.ebuild +++ b/net-misc/wakeonlan/wakeonlan-0.40.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wakeonlan/wakeonlan-0.40.ebuild,v 1.4 2003/09/05 22:13:37 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wakeonlan/wakeonlan-0.40.ebuild,v 1.5 2004/03/30 12:14:41 aliz Exp $ inherit perl-module @@ -12,4 +12,4 @@ IUSE="" SLOT="0" LICENSE="Artistic GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" |