Skip to content

Commit

Permalink
catatonit: inherit autotools
Browse files Browse the repository at this point in the history
The ebuild currently lacks dependencies on libtool/automake/autoconf, we can
get those by inheriting autotools.
  • Loading branch information
jepio committed Apr 27, 2022
1 parent 5eea5c9 commit ad9488e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions overlay/app-containers/catatonit/catatonit-0.1.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

EAPI=7

inherit autotools

DESCRIPTION="A container init that is so simple it's effectively brain-dead"
HOMEPAGE="https://github.com/openSUSE/catatonit"
SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
Expand Down

0 comments on commit ad9488e

Please sign in to comment.