mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-dotnet/pe-format: Unifdef live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -3,35 +3,24 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
#if LIVE
|
||||
EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git"
|
||||
|
||||
inherit autotools git-r3
|
||||
#endif
|
||||
|
||||
inherit systemd xdg-utils
|
||||
inherit autotools git-r3 systemd xdg-utils
|
||||
|
||||
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
|
||||
HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
|
||||
SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2"
|
||||
EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-util/desktop-file-utils"
|
||||
RDEPEND="!<sys-apps/openrc-0.9.4"
|
||||
|
||||
#if LIVE
|
||||
KEYWORDS=
|
||||
SRC_URI=
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
#endif
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
|
||||
Reference in New Issue
Block a user