diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-02-25 18:00:03 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-02-25 18:00:03 +0000 |
commit | d674487583e8524f0a59a22358ecd85a9827b60a (patch) | |
tree | 7bcc6bca526e4f6ff5597bb78fb94e3dc851a970 /dev-perl | |
parent | Stable on alpha, bug #400173 (diff) | |
download | gentoo-2-d674487583e8524f0a59a22358ecd85a9827b60a.tar.gz gentoo-2-d674487583e8524f0a59a22358ecd85a9827b60a.tar.bz2 gentoo-2-d674487583e8524f0a59a22358ecd85a9827b60a.zip |
Stable on alpha, bug #400181
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Net-DBus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Net-DBus/ChangeLog b/dev-perl/Net-DBus/ChangeLog index 9bbb49b22277..3149a12c0c0c 100644 --- a/dev-perl/Net-DBus/ChangeLog +++ b/dev-perl/Net-DBus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Net-DBus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/ChangeLog,v 1.19 2012/02/24 10:26:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/ChangeLog,v 1.20 2012/02/25 18:00:03 klausman Exp $ + + 25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> Net-DBus-1.0.0.ebuild: + Stable on alpha, bug #400181 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Net-DBus-1.0.0.ebuild: Stable for amd64, wrt bug #400181 diff --git a/dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild b/dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild index 29ecf11df4f9..81345c5a987e 100644 --- a/dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild +++ b/dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild,v 1.2 2012/02/24 10:26:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/Net-DBus-1.0.0.ebuild,v 1.3 2012/02/25 18:00:03 klausman Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl extension for the DBus message system" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="test" RDEPEND=" |