diff options
author | Lisa M. Seelye <lisa@gentoo.org> | 2004-08-22 22:35:53 +0000 |
---|---|---|
committer | Lisa M. Seelye <lisa@gentoo.org> | 2004-08-22 22:35:53 +0000 |
commit | 58494d6b8f23e7bf7ee4cd487008c22c0f1fc34a (patch) | |
tree | 324a069d3d91cf4c03b0668f621e7d441219d5ec /net-misc/memcached/memcached-1.1.11.ebuild | |
parent | made arch specific config file patch apply on x86 when CONF_LIBDIR=lib32. thi... (diff) | |
download | historical-58494d6b8f23e7bf7ee4cd487008c22c0f1fc34a.tar.gz historical-58494d6b8f23e7bf7ee4cd487008c22c0f1fc34a.tar.bz2 historical-58494d6b8f23e7bf7ee4cd487008c22c0f1fc34a.zip |
bump to arch, do some cleanup. can non-x86 and non-ppc arches test please?
Diffstat (limited to 'net-misc/memcached/memcached-1.1.11.ebuild')
-rw-r--r-- | net-misc/memcached/memcached-1.1.11.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-misc/memcached/memcached-1.1.11.ebuild b/net-misc/memcached/memcached-1.1.11.ebuild index 312ef695a5c4..3faaf3e77d5b 100644 --- a/net-misc/memcached/memcached-1.1.11.ebuild +++ b/net-misc/memcached/memcached-1.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.1.11.ebuild,v 1.3 2004/07/17 09:44:52 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.1.11.ebuild,v 1.4 2004/08/22 22:35:53 lisa Exp $ DESCRIPTION="memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load." @@ -12,7 +12,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="static perl php" @@ -21,8 +21,6 @@ DEPEND=">=dev-libs/libevent-0.6 php? ( dev-libs/memcached-api-php ) " -#RDEPEND="" - src_compile() { local myconf="" use static || myconf="--disable-static ${myconf} " @@ -50,5 +48,4 @@ pkg_postinst() { einfo " emerge dev-libs/memcached-api-php" echo fi - ewarn "Do not forget to run etc-update, there are new config and init scripts!" } |