diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2008-08-30 14:27:41 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2008-08-30 14:27:41 +0000 |
commit | f0b4af48aca9ebea4b7c2944842c20cfcd3ad905 (patch) | |
tree | b265ee0f25adf748fd3c2f9ebb29da8882cc3a63 /dev-perl | |
parent | stable ppc, bug 235755 (diff) | |
download | gentoo-2-f0b4af48aca9ebea4b7c2944842c20cfcd3ad905.tar.gz gentoo-2-f0b4af48aca9ebea4b7c2944842c20cfcd3ad905.tar.bz2 gentoo-2-f0b4af48aca9ebea4b7c2944842c20cfcd3ad905.zip |
stable amd64, bug 209062
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Net-DBus/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Net-DBus/Net-DBus-0.33.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Net-DBus/ChangeLog b/dev-perl/Net-DBus/ChangeLog index 4fcb503bb4df..aa38e531dc1d 100644 --- a/dev-perl/Net-DBus/ChangeLog +++ b/dev-perl/Net-DBus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Net-DBus # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/ChangeLog,v 1.10 2008/05/16 16:05:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/ChangeLog,v 1.11 2008/08/30 14:27:41 gentoofan23 Exp $ + + 30 Aug 2008; Thomas Anderson <gentoofan23@gentoo.org> + Net-DBus-0.33.6.ebuild: + stable amd64, bug 209062 16 May 2008; Raúl Porcel <armin76@gentoo.org> Net-DBus-0.33.6.ebuild: Add ~sparc diff --git a/dev-perl/Net-DBus/Net-DBus-0.33.6.ebuild b/dev-perl/Net-DBus/Net-DBus-0.33.6.ebuild index ad36b110b512..5938e46312be 100644 --- a/dev-perl/Net-DBus/Net-DBus-0.33.6.ebuild +++ b/dev-perl/Net-DBus/Net-DBus-0.33.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/Net-DBus-0.33.6.ebuild,v 1.2 2008/05/16 16:05:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DBus/Net-DBus-0.33.6.ebuild,v 1.3 2008/08/30 14:27:41 gentoofan23 Exp $ MODULE_AUTHOR=DANBERR inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Perl extension for the DBus message system" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="amd64 ~sparc ~x86" IUSE="test" SRC_TEST="do" |