diff options
author | Sam James <sam@gentoo.org> | 2022-07-29 03:08:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-29 03:08:39 +0100 |
commit | 5465efd046481ea1d9eb3f38b9d223b66d97e207 (patch) | |
tree | 1363d47ddfcd3b1631878f47ce670f6b78f136fd /sys-apps/gentoo-functions | |
parent | app-editors/vim-core: Don't try to assign to g:skip_defaults_vim for minimal ... (diff) | |
download | gentoo-5465efd046481ea1d9eb3f38b9d223b66d97e207.tar.gz gentoo-5465efd046481ea1d9eb3f38b9d223b66d97e207.tar.bz2 gentoo-5465efd046481ea1d9eb3f38b9d223b66d97e207.zip |
sys-apps/gentoo-functions: update DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/gentoo-functions')
-rw-r--r-- | sys-apps/gentoo-functions/gentoo-functions-0.14.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/gentoo-functions/gentoo-functions-0.15.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/gentoo-functions/gentoo-functions-9999.ebuild | 5 |
3 files changed, 5 insertions, 8 deletions
diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.14.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.14.ebuild index a750147b5940..f78a9ce16ce8 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-0.14.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-0.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2021 Gentoo Authors +# Copyright 2014-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,12 +13,11 @@ fi inherit toolchain-funcs flag-o-matic -DESCRIPTION="base functions required by all Gentoo systems" +DESCRIPTION="Base functions required by all Gentoo systems" HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git" LICENSE="GPL-2" SLOT="0" -IUSE="" src_configure() { tc-export CC diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.15.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.15.ebuild index b565670c20bb..9214af16efb6 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-0.15.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-0.15.ebuild @@ -13,12 +13,11 @@ fi inherit toolchain-funcs flag-o-matic -DESCRIPTION="base functions required by all Gentoo systems" +DESCRIPTION="Base functions required by all Gentoo systems" HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git" LICENSE="GPL-2" SLOT="0" -IUSE="" src_configure() { tc-export CC diff --git a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild index 6ab30b8f6eb4..d43055b53ca5 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2021 Gentoo Authors +# Copyright 2014-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,12 +13,11 @@ fi inherit toolchain-funcs flag-o-matic -DESCRIPTION="base functions required by all Gentoo systems" +DESCRIPTION="Base functions required by all Gentoo systems" HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git" LICENSE="GPL-2" SLOT="0" -IUSE="" src_configure() { tc-export CC |