Paste #270256 |
pasted on 27.07.2023 14:02
- Edit to this paste
- Raw
- The following pastes replied to this paste: # 279223
- Show paste tree
-
Compare with paste
#
Text paste
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools git-r3 DESCRIPTION="" HOMEPAGE="" EGIT_REPO_URI="https://gitee.com/huzheng/reciteword.git" LICENSE="" SLOT="0" KEYWORDS="" DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" src_prepare() { default eautoreconf } |