diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2011-12-28 14:41:56 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2011-12-28 14:41:56 +0000 |
commit | ee2180964d6649a35feebc53e0be7ef5a8fd27d9 (patch) | |
tree | edee9ba14bd8dc368981beded2987da81de8b997 /sys-apps/ifplugd | |
parent | drop Emacs support as Emacs 23 and above ship it directly, see bug 396103 (diff) | |
download | gentoo-2-ee2180964d6649a35feebc53e0be7ef5a8fd27d9.tar.gz gentoo-2-ee2180964d6649a35feebc53e0be7ef5a8fd27d9.tar.bz2 gentoo-2-ee2180964d6649a35feebc53e0be7ef5a8fd27d9.zip |
seems to work on ~arm
(Portage version: 2.2.0_alpha78/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/ifplugd')
-rw-r--r-- | sys-apps/ifplugd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/ifplugd/ifplugd-0.28-r9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/ifplugd/ChangeLog b/sys-apps/ifplugd/ChangeLog index c448533d2fa1..af70103c89aa 100644 --- a/sys-apps/ifplugd/ChangeLog +++ b/sys-apps/ifplugd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/ifplugd -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ChangeLog,v 1.51 2008/02/05 18:06:53 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ChangeLog,v 1.52 2011/12/28 14:41:56 lxnay Exp $ + + 28 Dec 2011; Fabio Erculiani <lxnay@gentoo.org> ifplugd-0.28-r9.ebuild: + seems to work on ~arm 05 Feb 2008; Jeroen Roovers <jer@gentoo.org> ifplugd-0.28-r9.ebuild: Stable for HPPA too. diff --git a/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild b/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild index 297fc1785d0a..335e312de8ba 100644 --- a/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild +++ b/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild,v 1.5 2008/02/05 18:06:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r9.ebuild,v 1.6 2011/12/28 14:41:56 lxnay Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://0pointer.de/lennart/projects/ifplugd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ppc x86" +KEYWORDS="~arm amd64 hppa ppc x86" IUSE="doc" DEPEND="dev-util/pkgconfig |