diff options
-rw-r--r-- | dev-perl/DCOP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/DCOP/DCOP-0.036.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/DCOP/ChangeLog b/dev-perl/DCOP/ChangeLog index a9625e43db7b..57fb5e4db06d 100644 --- a/dev-perl/DCOP/ChangeLog +++ b/dev-perl/DCOP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DCOP -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DCOP/ChangeLog,v 1.2 2006/11/24 17:15:58 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DCOP/ChangeLog,v 1.3 2007/03/15 08:23:12 tove Exp $ + + 15 Mar 2007; Torsten Veller <tove@gentoo.org> DCOP-0.036.ebuild: + Stable on x86 (#170417) 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> DCOP-0.036.ebuild: amd64 stable diff --git a/dev-perl/DCOP/DCOP-0.036.ebuild b/dev-perl/DCOP/DCOP-0.036.ebuild index 5c0790a903e9..9c4e5b73dd2b 100644 --- a/dev-perl/DCOP/DCOP-0.036.ebuild +++ b/dev-perl/DCOP/DCOP-0.036.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DCOP/DCOP-0.036.ebuild,v 1.2 2006/11/24 17:15:58 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DCOP/DCOP-0.036.ebuild,v 1.3 2007/03/15 08:23:12 tove Exp $ inherit perl-module @@ -14,6 +14,6 @@ IUSE="" SLOT="0" LICENSE="Artistic" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SRC_TEST="do" |