diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-05-29 03:22:09 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-05-29 03:22:09 +0100 |
commit | d4bd6695641f6d2ec7ff8681913d304e995902f5 (patch) | |
tree | 6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /net-misc/taptap | |
parent | 22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff) |
gentoo resync : 29.05.2018
Diffstat (limited to 'net-misc/taptap')
-rw-r--r-- | net-misc/taptap/Manifest | 2 | ||||
-rw-r--r-- | net-misc/taptap/taptap-1.0.ebuild | 11 |
2 files changed, 5 insertions, 8 deletions
diff --git a/net-misc/taptap/Manifest b/net-misc/taptap/Manifest index 9fbade724c72..a239e4203971 100644 --- a/net-misc/taptap/Manifest +++ b/net-misc/taptap/Manifest @@ -1,3 +1,3 @@ DIST taptap-1.0.tar.bz2 1640 BLAKE2B ae2bea178439991057dca6dfd2478f4927e0c762da96f8358eeb029a97cce051c894c4181801daf70681b4a3a1257ab3371a4f9ee039df2157cac226cced846b SHA512 ab9264823c470fd76530258fa3b8993799bd1170269b1e8e143ef072ac5749cc51716cd53ffec285b3a3266e4503be8d0d91094f82c30dd85607ef8cd368f53e -EBUILD taptap-1.0.ebuild 638 BLAKE2B 9ae356de99c7438d5d1811cd203bae1d322b5a6d665aa38bd5667405c44f3747b4b9ef72784b2d11daed08f3910b5e6678a21f81da36fec7ff57419677bb6f9a SHA512 7143bf6d28af39bb52573a14ff55462ca0ed84079b1c4fd20a5156ee0005caf6ccdc8a354df4cb683d389c10b6dc7367d2a025b104efcf13f1bc9a27b9c836f4 +EBUILD taptap-1.0.ebuild 584 BLAKE2B d081ea3bc08054e4f1bfa322ccf4c26026258473cac386c822f8e7115488c54000d036d37a113fdad11a99774d8ccd11799a203112e0783e8cf5c77b867be55f SHA512 188000791b4bf5cbbd85dcea490539ae4c00816d9b3bc5aadb3e0feaab8bf062d5df0b36a7602c8551b7070236116472030df3cb5b573887970155dfc59001be MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/net-misc/taptap/taptap-1.0.ebuild b/net-misc/taptap/taptap-1.0.ebuild index 414b9b373c9f..f95f52794ab5 100644 --- a/net-misc/taptap/taptap-1.0.ebuild +++ b/net-misc/taptap/taptap-1.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 inherit toolchain-funcs DESCRIPTION="A program to link two /dev/net/tun to form virtual ethernet" @@ -16,6 +16,7 @@ IUSE="" S=${WORKDIR}/${PN} src_prepare() { + default sed -i \ -e 's:= -Wall -s:+= -Wall:' \ -e 's:$(CFLAGS):$(LDFLAGS) &:' \ @@ -23,9 +24,5 @@ src_prepare() { } src_compile() { - emake CC="$(tc-getCC)" || die -} - -src_install() { - emake DESTDIR="${D}" install || die + emake CC="$(tc-getCC)" } |