diff options
author | 2021-04-12 01:48:55 +0100 | |
---|---|---|
committer | 2021-04-16 12:20:47 +0100 | |
commit | 94408cac87d163f9f4bd169582a8e41f6afe1640 (patch) | |
tree | 5cc93c8a8808a75e08e956bb14dd24fbce7a63b2 /net-print/foomatic-db-ppds | |
parent | net-print/foomatic-db-engine: eutils->epatch (diff) | |
download | gentoo-94408cac87d163f9f4bd169582a8e41f6afe1640.tar.gz gentoo-94408cac87d163f9f4bd169582a8e41f6afe1640.tar.bz2 gentoo-94408cac87d163f9f4bd169582a8e41f6afe1640.zip |
net-print/foomatic-db-ppds: eutils->epatch, eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-print/foomatic-db-ppds')
3 files changed, 6 insertions, 6 deletions
diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild index 902af43302a3..1c9bec1d145c 100644 --- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild +++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils versionator +inherit epatch versionator MY_P=${PN/-ppds}-$(replace_version_separator 2 '-') diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20180126.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20180126.ebuild index 725401eb0c11..747e675d3f94 100644 --- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20180126.ebuild +++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20180126.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils versionator +inherit versionator MY_P=${PN/-ppds}-$(replace_version_separator 2 '-') diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild index 509ab6d4b681..ce07bcbdb4d7 100644 --- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild +++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils versionator +inherit versionator MY_P=${PN/-ppds}-$(replace_version_separator 2 '-') |