diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-14 10:18:05 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-14 10:18:05 +0000 |
commit | 0d111c49bc3bcebad7a77253d26d0792acfe78b2 (patch) | |
tree | 49ebcd66409bdef521e1c7444c62cbf3a86e185a /net-dialup/pppoed | |
parent | Don't build BSD's mp compatibility on FreeBSD libc (already present, would br... (diff) | |
download | gentoo-2-0d111c49bc3bcebad7a77253d26d0792acfe78b2.tar.gz gentoo-2-0d111c49bc3bcebad7a77253d26d0792acfe78b2.tar.bz2 gentoo-2-0d111c49bc3bcebad7a77253d26d0792acfe78b2.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup/pppoed')
-rw-r--r-- | net-dialup/pppoed/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/pppoed/pppoed-0.49.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/pppoed/ChangeLog b/net-dialup/pppoed/ChangeLog index 6cc4f1563c24..d2afc455f029 100644 --- a/net-dialup/pppoed/ChangeLog +++ b/net-dialup/pppoed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/pppoed # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/ChangeLog,v 1.10 2005/07/03 12:21:36 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/ChangeLog,v 1.11 2005/08/14 10:16:17 hansmi Exp $ + + 14 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> pppoed-0.49.ebuild: + Stable on ppc. 03 Jul 2005; Alin Nastac <mrness@gentoo.org> pppoed-0.49.ebuild: Stable on x86. diff --git a/net-dialup/pppoed/pppoed-0.49.ebuild b/net-dialup/pppoed/pppoed-0.49.ebuild index 0137c6b6f83c..913a066a5f1f 100644 --- a/net-dialup/pppoed/pppoed-0.49.ebuild +++ b/net-dialup/pppoed/pppoed-0.49.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.49.ebuild,v 1.2 2005/07/03 12:21:36 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.49.ebuild,v 1.3 2005/08/14 10:16:17 hansmi Exp $ inherit linux-info eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.furryterror.org/~afong/pppoe/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc x86" +KEYWORDS="ppc x86" IUSE="" DEPEND="virtual/libc" |