mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
pentoo-misc: disable atm by default
Closes: https://github.com/pentoo/pentoo-overlay/issues/1088
This commit is contained in:
parent
200b7a6e19
commit
91719f88fa
1 changed files with 2 additions and 2 deletions
|
|
@ -1,14 +1,14 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Pentoo misc meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
KEYWORDS="amd64 x86"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="+accessibility +atm cups gtk java +office pentoo-extra pentoo-full upstream-bins X"
|
||||
IUSE="+accessibility atm cups gtk java +office pentoo-extra pentoo-full upstream-bins X"
|
||||
|
||||
PDEPEND="
|
||||
app-arch/p7zip
|
||||
Loading…
Reference in a new issue