summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2005-12-17 21:41:43 +0000
committerMarkus Rothe <corsair@gentoo.org>2005-12-17 21:41:43 +0000
commitd41e5ea8042a8bc89972a582b10e537932adeb20 (patch)
treefdd4f88764b48f1272811884c5143e9cb3b6f8fe /dev-perl/Cache-Memcached
parentStable on sparc; it does update utmp entries, as desired (Bug #115663). (diff)
downloadgentoo-2-d41e5ea8042a8bc89972a582b10e537932adeb20.tar.gz
gentoo-2-d41e5ea8042a8bc89972a582b10e537932adeb20.tar.bz2
gentoo-2-d41e5ea8042a8bc89972a582b10e537932adeb20.zip
Added ~ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-perl/Cache-Memcached')
-rw-r--r--dev-perl/Cache-Memcached/Cache-Memcached-1.15.ebuild4
-rw-r--r--dev-perl/Cache-Memcached/ChangeLog6
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Cache-Memcached/Cache-Memcached-1.15.ebuild b/dev-perl/Cache-Memcached/Cache-Memcached-1.15.ebuild
index 195a2f50dbf0..6964050836f0 100644
--- a/dev-perl/Cache-Memcached/Cache-Memcached-1.15.ebuild
+++ b/dev-perl/Cache-Memcached/Cache-Memcached-1.15.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-perl/Cache-Memcached/Cache-Memcached-1.15.ebuild,v 1.1 2005/11/12 15:01:23 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.15.ebuild,v 1.2 2005/12/17 21:37:56 corsair Exp $
inherit perl-module
@@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/B/BR/BRADFITZ/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="!ia64? ( dev-perl/string-crc32 )"
diff --git a/dev-perl/Cache-Memcached/ChangeLog b/dev-perl/Cache-Memcached/ChangeLog
index 01a7f85e5773..35df77b783b0 100644
--- a/dev-perl/Cache-Memcached/ChangeLog
+++ b/dev-perl/Cache-Memcached/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Cache-Memcached
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog,v 1.11 2005/11/12 15:01:23 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog,v 1.12 2005/12/17 21:37:56 corsair Exp $
+
+ 17 Dec 2005; Markus Rothe <corsair@gentoo.org>
+ Cache-Memcached-1.15.ebuild:
+ Added ~ppc64
*Cache-Memcached-1.15 (12 Nov 2005)