diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-24 23:58:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-24 23:58:40 +0000 |
commit | f32ea426d805f736acfcc4443717bcdb1fef6530 (patch) | |
tree | 894de19f3eaabc6ece4cb81c5e97b9a871cfd4f9 /net-libs/rpc2/rpc2-1.27.ebuild | |
parent | Changed cp -a to cp -pPR for BSD compatibility. (diff) | |
download | historical-f32ea426d805f736acfcc4443717bcdb1fef6530.tar.gz historical-f32ea426d805f736acfcc4443717bcdb1fef6530.tar.bz2 historical-f32ea426d805f736acfcc4443717bcdb1fef6530.zip |
stable on ia64
Package-Manager: portage-2.0.51.22-r2
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 de2efe2ff9c5..4e4d067ff5fc 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.3 2005/07/07 16:22:58 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rpc2/rpc2-1.27.ebuild,v 1.4 2005/08/24 23:58:40 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" |