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 | 8e2e36b2c41b9bb354928a8796abdaa2b024b8d3 (patch) | |
tree | 0fdb6ad7bb6a6b768f4f3976dbd9a4ed7fbc3bfa /dev-perl/Net-DBus | |
parent | Stable on alpha, bug #400173 (diff) | |
download | historical-8e2e36b2c41b9bb354928a8796abdaa2b024b8d3.tar.gz historical-8e2e36b2c41b9bb354928a8796abdaa2b024b8d3.tar.bz2 historical-8e2e36b2c41b9bb354928a8796abdaa2b024b8d3.zip |
Stable on alpha, bug #400181
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Net-DBus')
-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=" |