diff options
author | Sam James <sam@gentoo.org> | 2023-06-22 03:54:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-22 03:54:43 +0100 |
commit | ee2d17bdf433c4ed477ce6c4f4177d0a10eabaab (patch) | |
tree | a2cdeb399bdd3aef4c7c3fb2cc1cd70eb141570f /dev-perl/Class-Mix | |
parent | dev-perl/Class-ReturnValue: update DESCRIPTION (diff) | |
download | gentoo-ee2d17bdf433c4ed477ce6c4f4177d0a10eabaab.tar.gz gentoo-ee2d17bdf433c4ed477ce6c4f4177d0a10eabaab.tar.bz2 gentoo-ee2d17bdf433c4ed477ce6c4f4177d0a10eabaab.zip |
dev-perl/Class-Mix: update DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Mix')
-rw-r--r-- | dev-perl/Class-Mix/Class-Mix-0.6.0-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/Class-Mix/Class-Mix-0.6.0-r1.ebuild b/dev-perl/Class-Mix/Class-Mix-0.6.0-r1.ebuild index bcdd92993f19..4615df3d71e4 100644 --- a/dev-perl/Class-Mix/Class-Mix-0.6.0-r1.ebuild +++ b/dev-perl/Class-Mix/Class-Mix-0.6.0-r1.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + DIST_AUTHOR=ZEFRAM DIST_VERSION=0.006 inherit perl-module -DESCRIPTION="dynamic class mixing" +DESCRIPTION="Dynamic class mixing" + SLOT="0" KEYWORDS="amd64 ~riscv" IUSE="test" |