diff options
author | Karel Kočí <cynerd@email.cz> | 2017-05-08 20:41:32 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-05-08 20:41:32 +0200 |
commit | 44a923b4710f000163a94a0bd4f1db19b25d0377 (patch) | |
tree | d7c59ae164e143b73b12254f22479b8963c82cfa /sci-electronics/ghdl/ghdl-0.33.ebuild | |
parent | 0e71f8693dde9656b4dc106f8df062c803292591 (diff) | |
download | gentoo-personal-overlay-44a923b4710f000163a94a0bd4f1db19b25d0377.tar.gz gentoo-personal-overlay-44a923b4710f000163a94a0bd4f1db19b25d0377.tar.bz2 gentoo-personal-overlay-44a923b4710f000163a94a0bd4f1db19b25d0377.zip |
Unmask libdrm in desktop profile
Diffstat (limited to 'sci-electronics/ghdl/ghdl-0.33.ebuild')
-rw-r--r-- | sci-electronics/ghdl/ghdl-0.33.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-electronics/ghdl/ghdl-0.33.ebuild b/sci-electronics/ghdl/ghdl-0.33.ebuild new file mode 100644 index 0000000..402412e --- /dev/null +++ b/sci-electronics/ghdl/ghdl-0.33.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Complete VHDL simulator using the GCC technology" +HOMEPAGE="http://ghdl.free.fr" +SRC_URI="https://github.com/tgingold/ghdl/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/gnat-gcc" +RDEPEND="${DEPEND}" + +src_prepare() { +} |