summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2019-11-02 18:17:07 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2019-11-02 18:17:07 -0400
commitff08874a9a4be4709000b23eb9dce5a513771022 (patch)
tree15321bdb1426648e278a2894e84d6d8b1c28b519 /app-text/rig/rig-1.11.ebuild
parentdelete manpage from depricated directory import flag-o-matic (diff)
downloadsuperposition-ff08874a9a4be4709000b23eb9dce5a513771022.tar.gz
superposition-ff08874a9a4be4709000b23eb9dce5a513771022.tar.bz2
superposition-ff08874a9a4be4709000b23eb9dce5a513771022.zip
remove DEVRANDOM option because it caueses compile errors
Signed-off-by: Philip Miess <Philip_Miess@yahoo.com>
Diffstat (limited to 'app-text/rig/rig-1.11.ebuild')
-rw-r--r--app-text/rig/rig-1.11.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/app-text/rig/rig-1.11.ebuild b/app-text/rig/rig-1.11.ebuild
index ce4f18b..eb3f4b5 100644
--- a/app-text/rig/rig-1.11.ebuild
+++ b/app-text/rig/rig-1.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="generate random, yet real-looking, personal data"
HOMEPAGE="https://sourceforge.net/projects/rig/ "
@@ -12,7 +12,7 @@ SRC_URI="https://sourceforge.net/projects/rig/files/rig/1.11/rig-1.11.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+devrandom"
+IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
@@ -24,12 +24,6 @@ PATCHES=(
DOCS=( "README" "Changelog" "rig.6" )
-src_configure() {
- if use devrandom ; then
- append-cxxflags "-DDEVRANDOM"
- fi
-}
-
src_compile() {
sed -i -e "s:g++ :$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} :" Makefile \
|| die "sed fix failed. Uh-oh..."