diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-03 15:27:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-03 15:32:03 +0100 |
commit | 4647c123711a50b021d49d781503510d7c4b050c (patch) | |
tree | fe12e981f09815d5124f89b5eb613f8e7b47b9a5 /dev-dotnet | |
parent | app-eselect/eselect-lib-bin-symlink: Bump to EAPI 7 (diff) | |
download | gentoo-4647c123711a50b021d49d781503510d7c4b050c.tar.gz gentoo-4647c123711a50b021d49d781503510d7c4b050c.tar.bz2 gentoo-4647c123711a50b021d49d781503510d7c4b050c.zip |
dev-dotnet/pe-format: Unifdef live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/pe-format/pe-format-9999.ebuild | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/dev-dotnet/pe-format/pe-format-9999.ebuild b/dev-dotnet/pe-format/pe-format-9999.ebuild index e9f8305fd6ce..94eec319e8e8 100644 --- a/dev-dotnet/pe-format/pe-format-9999.ebuild +++ b/dev-dotnet/pe-format/pe-format-9999.ebuild @@ -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=( |