diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-29 03:55:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-29 03:55:33 +0000 |
commit | 5177302f6d5e764188789c592f7ddfacbe6be81f (patch) | |
tree | 863ffb02cdcb96fd5921a7c935a5182e1f7b2ade /dev-libs | |
parent | Touchup build so we dont install .a/.la files into /lib. (diff) | |
download | historical-5177302f6d5e764188789c592f7ddfacbe6be81f.tar.gz historical-5177302f6d5e764188789c592f7ddfacbe6be81f.tar.bz2 historical-5177302f6d5e764188789c592f7ddfacbe6be81f.zip |
hppa love courtesy of notopic
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libmemcache/libmemcache-1.2.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/fcgi/fcgi-2.4.0.ebuild b/dev-libs/fcgi/fcgi-2.4.0.ebuild index bd107ac3435b..e3d1cdc8ebc9 100644 --- a/dev-libs/fcgi/fcgi-2.4.0.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.16 2005/11/13 22:54:25 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.17 2005/11/29 03:55:33 vapier Exp $ DESCRIPTION="FastCGI Developer's Kit" HOMEPAGE="http://www.fastcgi.com/" SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz" LICENSE="FastCGI" SLOT="0" -KEYWORDS="amd64 ~mips ppc ~ppc-macos sparc x86" +KEYWORDS="amd64 ~hppa ~mips ppc ~ppc-macos sparc x86" IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/libmemcache/libmemcache-1.2.4.ebuild b/dev-libs/libmemcache/libmemcache-1.2.4.ebuild index 7eddc059229d..459e02a10743 100644 --- a/dev-libs/libmemcache/libmemcache-1.2.4.ebuild +++ b/dev-libs/libmemcache/libmemcache-1.2.4.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/dev-libs/libmemcache/libmemcache-1.2.4.ebuild,v 1.3 2005/09/21 13:49:05 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcache/libmemcache-1.2.4.ebuild,v 1.4 2005/11/29 03:54:45 vapier Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://people.freebsd.org/~seanc/libmemcache/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86" IUSE="" RDEPEND="net-misc/memcached" |