summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-10-22 20:05:45 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-10-22 20:05:45 +0000
commit1731713ad7d4e9de37ca0b17ad6a3957c8bc9f88 (patch)
treefbc161140bdc422753e5befd1b1c6830a3166037 /dev-perl/Eidetic
parentstabled on amd64 to fix bug #43824 (diff)
downloadgentoo-2-1731713ad7d4e9de37ca0b17ad6a3957c8bc9f88.tar.gz
gentoo-2-1731713ad7d4e9de37ca0b17ad6a3957c8bc9f88.tar.bz2
gentoo-2-1731713ad7d4e9de37ca0b17ad6a3957c8bc9f88.zip
stabled on x86 and amd64 needed to fix rackview and bug #43824
(Portage version: 2.1.1)
Diffstat (limited to 'dev-perl/Eidetic')
-rw-r--r--dev-perl/Eidetic/ChangeLog5
-rw-r--r--dev-perl/Eidetic/Eidetic-2.003003.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Eidetic/ChangeLog b/dev-perl/Eidetic/ChangeLog
index 20b9a0853a81..28d0b8702c29 100644
--- a/dev-perl/Eidetic/ChangeLog
+++ b/dev-perl/Eidetic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Eidetic
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Eidetic/ChangeLog,v 1.6 2006/09/11 21:37:38 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Eidetic/ChangeLog,v 1.7 2006/10/22 20:05:45 vivo Exp $
+
+ 22 Oct 2006; <vivo@gentoo.org> Eidetic-2.003003.ebuild:
+ stabled on "x86" and "amd64" needed to fix rackview and bug #43824
11 Sep 2006; Michael Cummings <mcummings@gentoo.org>
Eidetic-2.003003.ebuild:
diff --git a/dev-perl/Eidetic/Eidetic-2.003003.ebuild b/dev-perl/Eidetic/Eidetic-2.003003.ebuild
index 2ba3dc563c34..544d123583c3 100644
--- a/dev-perl/Eidetic/Eidetic-2.003003.ebuild
+++ b/dev-perl/Eidetic/Eidetic-2.003003.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Eidetic/Eidetic-2.003003.ebuild,v 1.7 2006/09/11 21:37:38 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Eidetic/Eidetic-2.003003.ebuild,v 1.8 2006/10/22 20:05:45 vivo Exp $
inherit perl-module webapp eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://eidetic.sourceforge.net/"
SRC_URI="mirror://sourceforge/eidetic/${P}.tar.gz"
LICENSE="Artistic"
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 x86"
IUSE="mysql auth"
DEPEND="dev-lang/perl
@@ -73,4 +73,4 @@ pkg_postinst() {
einfo "cookie authorization with Apache-AuthTicket. Please be sure"
einfo "to read it!"
fi
-} \ No newline at end of file
+}