diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-08 16:32:11 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-08 16:32:11 +0000 |
commit | 33e5d78dbeacc6d51d541426f5fbb6c6af9a345d (patch) | |
tree | c35479b7601d9531b636430b2bd48838b895311e /dev-perl/Mail-DomainKeys | |
parent | Add pkg_setup() to check whether the USE flags are sane. (diff) | |
download | historical-33e5d78dbeacc6d51d541426f5fbb6c6af9a345d.tar.gz historical-33e5d78dbeacc6d51d541426f5fbb6c6af9a345d.tar.bz2 historical-33e5d78dbeacc6d51d541426f5fbb6c6af9a345d.zip |
Marking sparc stable
Package-Manager: portage-2.1.2_rc4-r3
Diffstat (limited to 'dev-perl/Mail-DomainKeys')
-rw-r--r-- | dev-perl/Mail-DomainKeys/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.88.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Mail-DomainKeys/ChangeLog b/dev-perl/Mail-DomainKeys/ChangeLog index 3063d5cc8ed2..053a2990bb8b 100644 --- a/dev-perl/Mail-DomainKeys/ChangeLog +++ b/dev-perl/Mail-DomainKeys/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Mail-DomainKeys # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.24 2007/01/07 23:54:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.25 2007/01/08 16:24:15 mcummings Exp $ + + 08 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -Mail-DomainKeys-0.86.ebuild, Mail-DomainKeys-0.88.ebuild: + Marking sparc stable 07 Jan 2007; Michael Cummings <mcummings@gentoo.org> Mail-DomainKeys-0.88.ebuild: diff --git a/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.88.ebuild b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.88.ebuild index 7bdb0c641829..f2ff8b926c72 100644 --- a/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.88.ebuild +++ b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.88.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.88.ebuild,v 1.2 2007/01/07 23:54:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-0.88.ebuild,v 1.3 2007/01/08 16:24:15 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AN/ANTHONYU/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc ~x86" IUSE="test" SRC_TEST="do" |