diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-16 01:53:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-16 01:53:58 +0000 |
commit | ad7c626a0ed116dd45112ae26b3aadf741017dae (patch) | |
tree | b403d6c528062d93bf9427a262b3d25a188ad26b /net-libs/rpc2/rpc2-1.27.ebuild | |
parent | add arm thumb support (diff) | |
download | historical-ad7c626a0ed116dd45112ae26b3aadf741017dae.tar.gz historical-ad7c626a0ed116dd45112ae26b3aadf741017dae.tar.bz2 historical-ad7c626a0ed116dd45112ae26b3aadf741017dae.zip |
Mark 1.27 stable on alpha
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'net-libs/rpc2/rpc2-1.27.ebuild')
-rw-r--r-- | net-libs/rpc2/rpc2-1.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/rpc2/rpc2-1.27.ebuild b/net-libs/rpc2/rpc2-1.27.ebuild index 4e4d067ff5fc..0980ded297a4 100644 --- a/net-libs/rpc2/rpc2-1.27.ebuild +++ b/net-libs/rpc2/rpc2-1.27.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-libs/rpc2/rpc2-1.27.ebuild,v 1.4 2005/08/24 23:58:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rpc2/rpc2-1.27.ebuild,v 1.5 2005/09/16 01:53:58 agriffis Exp $ DESCRIPTION="Remote procedure call package for IP/UDP (used by Coda)" HOMEPAGE="http://www.coda.cs.cmu.edu/" @@ -8,7 +8,7 @@ SRC_URI="http://www.coda.cs.cmu.edu/pub/rpc2/src/${P}.tar.gz" IUSE="" SLOT="1" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~hppa ia64 ~mips ~ppc ~sparc x86" +KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ~sparc x86" RDEPEND=">=sys-libs/lwp-2.0" |