diff options
author | Sam James <sam@gentoo.org> | 2021-04-17 00:17:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 20:01:42 +0100 |
commit | 53f59163fb5a0a3600514687906e9c1ecca54f6c (patch) | |
tree | 252d8e1d7928c774c470be34cc9286cf18070909 /sys-apps/sed | |
parent | sys-apps/dmapi: eutils->epatch (diff) | |
download | gentoo-53f59163fb5a0a3600514687906e9c1ecca54f6c.tar.gz gentoo-53f59163fb5a0a3600514687906e9c1ecca54f6c.tar.bz2 gentoo-53f59163fb5a0a3600514687906e9c1ecca54f6c.zip |
sys-apps/sed: toolchain-funcs--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/sed-4.7.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/sed/sed-4.8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.7.ebuild b/sys-apps/sed/sed-4.7.ebuild index 2a14ae4d0069..c319f8bf409a 100644 --- a/sys-apps/sed/sed-4.7.ebuild +++ b/sys-apps/sed/sed-4.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit flag-o-matic toolchain-funcs +inherit flag-o-matic DESCRIPTION="Super-useful stream editor" HOMEPAGE="http://sed.sourceforge.net/" diff --git a/sys-apps/sed/sed-4.8.ebuild b/sys-apps/sed/sed-4.8.ebuild index 5053c0f23803..a8aaee8972f8 100644 --- a/sys-apps/sed/sed-4.8.ebuild +++ b/sys-apps/sed/sed-4.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic toolchain-funcs +inherit flag-o-matic DESCRIPTION="Super-useful stream editor" HOMEPAGE="http://sed.sourceforge.net/" |