diff options
author | 2024-04-05 21:02:54 +0200 | |
---|---|---|
committer | 2024-04-11 18:22:10 +0300 | |
commit | 17e8f17d94aadd5c1598e41cbd9b21b5b67cd515 (patch) | |
tree | 7e1b248cf4c751f914c3e5d871475dd5f7e72e01 /www-misc | |
parent | www-misc/profile-sync-daemon: add 6.50, EAPI8 (diff) | |
download | gentoo-17e8f17d94aadd5c1598e41cbd9b21b5b67cd515.tar.gz gentoo-17e8f17d94aadd5c1598e41cbd9b21b5b67cd515.tar.bz2 gentoo-17e8f17d94aadd5c1598e41cbd9b21b5b67cd515.zip |
www-misc/profile-sync-daemon: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/profile-sync-daemon/profile-sync-daemon-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-9999.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-9999.ebuild index 637116c664b2..379ccb72073c 100644 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-9999.ebuild +++ b/www-misc/profile-sync-daemon/profile-sync-daemon-9999.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit git-r3 DESCRIPTION="Symlinks and syncs browser profile dirs to RAM" -HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon" +HOMEPAGE="https://wiki.archlinux.org/title/Profile-sync-daemon" EGIT_REPO_URI="https://github.com/graysky2/${PN}" LICENSE="MIT" SLOT="0" -IUSE="" RDEPEND=" app-shells/bash |