mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 16:02:39 +01:00
overlay: cosmetic changes on ebuild syntax
This commit is contained in:
@@ -15,15 +15,12 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
virtual/pkgconfig
|
||||
DEPEND="virtual/pkgconfig
|
||||
dev-python/pygobject:3
|
||||
>=x11-libs/gtk+-3.22:3[introspection]
|
||||
"
|
||||
RDEPEND="
|
||||
>=dev-libs/libratbag-0.10
|
||||
dev-python/python-evdev[${PYTHON_USEDEP}]
|
||||
"
|
||||
>=x11-libs/gtk+-3.22:3[introspection]"
|
||||
RDEPEND=">=dev-libs/libratbag-0.10
|
||||
dev-python/python-evdev[${PYTHON_USEDEP}]"
|
||||
|
||||
src_prepare() {
|
||||
python_setup
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user