diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-04-13 21:15:40 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-15 09:38:49 +0300 |
commit | 3aecc91a962d428626ee990b327236bee207f8bc (patch) | |
tree | c55c0ab931896b18db8d78b6434974e6736b5dc5 /x11-misc/imake | |
parent | x11-misc/imake: ease usage with toolchain's -native-symlinks (diff) | |
download | gentoo-3aecc91a962d428626ee990b327236bee207f8bc.tar.gz gentoo-3aecc91a962d428626ee990b327236bee207f8bc.tar.bz2 gentoo-3aecc91a962d428626ee990b327236bee207f8bc.zip |
x11-misc/imake: minor cleanups
- added bug ref
- moved xorg-proto to BDEPEND
- removed xorg-cf-files from DEPEND (not needed at build time)
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc/imake')
-rw-r--r-- | x11-misc/imake/imake-1.0.8-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-misc/imake/imake-1.0.8-r1.ebuild b/x11-misc/imake/imake-1.0.8-r1.ebuild index 4aa1016dd0ca..288d12c0a9cd 100644 --- a/x11-misc/imake/imake-1.0.8-r1.ebuild +++ b/x11-misc/imake/imake-1.0.8-r1.ebuild @@ -7,11 +7,9 @@ inherit toolchain-funcs xorg-3 DESCRIPTION="C preprocessor interface to the make utility" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" RDEPEND="x11-misc/xorg-cf-files" -DEPEND="${RDEPEND} - x11-base/xorg-proto" +BDEPEND="x11-base/xorg-proto" PATCHES=( "${FILESDIR}"/${P}-cpp-args.patch @@ -21,5 +19,5 @@ PATCHES=( ) src_configure() { - econf CPP="$(tc-getPROG CPP cpp)" + econf CPP="$(tc-getPROG CPP cpp)" #722046 } |