diff options
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/interceptty/interceptty-0.6-r3.ebuild (renamed from app-misc/interceptty/interceptty-0.6-r2.ebuild) | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app-misc/interceptty/interceptty-0.6-r2.ebuild b/app-misc/interceptty/interceptty-0.6-r3.ebuild index 18e316366f4c..459a172da586 100644 --- a/app-misc/interceptty/interceptty-0.6-r2.ebuild +++ b/app-misc/interceptty/interceptty-0.6-r3.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit autotools + DESCRIPTION="a program that can sit between a serial port and an application" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz" @@ -10,3 +12,10 @@ SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" + +src_prepare() { + default + + # Clang 16 + eautoreconf +} |