diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-14 03:04:44 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-14 03:04:44 -0500 |
| commit | 22ab5437b999b26eb3960d336dd392ccab062827 (patch) | |
| tree | 43a85d35f8768ca8bfe5dbff9b129ada4b8c7847 /app-admin/ttyplot | |
| parent | d6c616f80bd44aa3323ca5211338d251e1215938 (diff) | |
| download | baldeagleos-repo-22ab5437b999b26eb3960d336dd392ccab062827.tar.gz baldeagleos-repo-22ab5437b999b26eb3960d336dd392ccab062827.tar.xz baldeagleos-repo-22ab5437b999b26eb3960d336dd392ccab062827.zip | |
Adding metadata
Diffstat (limited to 'app-admin/ttyplot')
| -rw-r--r-- | app-admin/ttyplot/Manifest | 2 | ||||
| -rw-r--r-- | app-admin/ttyplot/ttyplot-1.7.5.ebuild (renamed from app-admin/ttyplot/ttyplot-1.7.2.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/ttyplot/Manifest b/app-admin/ttyplot/Manifest index f2d425ed6f52..853b505937e0 100644 --- a/app-admin/ttyplot/Manifest +++ b/app-admin/ttyplot/Manifest @@ -1,2 +1,2 @@ -DIST ttyplot-1.7.2.gh.tar.gz 57429 BLAKE2B 012adf83244cc3f499a4ba765b88330228d1288d55da997203a14ad749cb790151e0fcd93a051278354a81db7f0d3ce748721aadabf6ea97af0165360dab9444 SHA512 48aefb0d68603ca57dbe860adb0939ff6728b7853a001eb8c7c06b5967b6b1e8d8608b0982283923235e807e2d5291d2f54d4c7662f8b15869fd3ad75daa1053 DIST ttyplot-1.7.4.gh.tar.gz 60181 BLAKE2B 3eafd6e8a595ea7e253dc1431c8d69db58d753c4481f2ab75123efb3f2aac779f23b05051b008339202d4299c492ecf6d97d97d8bdaaaacf0ba63d6e7b0fb8b3 SHA512 5168395b38b89bc9b21b70bdff651d162e081ef041d115c176d9bd0775e5835aa49ca4f136871ab0896a727a5cf6e430367fc321c205822a8fb2c84878728e23 +DIST ttyplot-1.7.5.gh.tar.gz 60386 BLAKE2B 596d0fb2345fdd27e1ed5e51f70b7b7985d5557022fa72005e77f132d2db76c77c63076e1e1500b837eaf365c4b7df76a1a03bbb1268012767094d6f6a7f2993 SHA512 cdd40d8b1b3a40af0dd19ddeb0e711139f02e811d05fa7395ecf1b9d8ae4fe41e88d8088f1cb10285259a7d3c0e734a68c65dc11865b0d4fda4876bab5d88693 diff --git a/app-admin/ttyplot/ttyplot-1.7.2.ebuild b/app-admin/ttyplot/ttyplot-1.7.5.ebuild index 5c23d37f8189..e5d13f2950b6 100644 --- a/app-admin/ttyplot/ttyplot-1.7.2.ebuild +++ b/app-admin/ttyplot/ttyplot-1.7.5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI="9" inherit toolchain-funcs @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} sys-libs/ncurses[tinfo]" src_compile() { - emake CC="$(tc-getCC)" + emake CC="$(tc-getCC)" VERSION="${PV}" } src_install() { |
