diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-01-21 17:06:34 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-01-21 17:16:14 +0000 |
commit | ba33610bfbb117b64b06a44a69bcea6cf3f1fa19 (patch) | |
tree | b2edbb1fc3d87a78764410ed78a5f6b98396a912 /flx | |
parent | sys-apps/alix-leds: deprecate eutils (diff) | |
download | portage-ba33610bfbb117b64b06a44a69bcea6cf3f1fa19.tar.xz |
flx/remount: deprecate eutils
Diffstat (limited to 'flx')
-rw-r--r-- | flx/remount/remount-0.1.35.ebuild | 2 | ||||
-rw-r--r-- | flx/remount/remount-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/flx/remount/remount-0.1.35.ebuild b/flx/remount/remount-0.1.35.ebuild index edf3ae73..3755eefe 100644 --- a/flx/remount/remount-0.1.35.ebuild +++ b/flx/remount/remount-0.1.35.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit git-r3 toolchain-funcs eutils +inherit git-r3 toolchain-funcs DESCRIPTION="Formilux Tools" HOMEPAGE="http://git.formilux.org/?p=dist/src/flxutils.git" diff --git a/flx/remount/remount-9999.ebuild b/flx/remount/remount-9999.ebuild index 7e8c4988..ba82e978 100644 --- a/flx/remount/remount-9999.ebuild +++ b/flx/remount/remount-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit git-r3 toolchain-funcs eutils +inherit git-r3 toolchain-funcs DESCRIPTION="Formilux Tools" HOMEPAGE="http://git.formilux.org/?p=dist/src/flxutils.git" |