diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-05-14 23:28:15 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-05-14 23:28:23 +0200 |
commit | b57de6f9102df1304ba299b6bda12702ba61015b (patch) | |
tree | 3ebba15b056ad726e8c444d12bda9ba7cb36e627 /x11-misc/xkbset | |
parent | app-text/pdftk: install man page. (diff) | |
download | gentoo-b57de6f9102df1304ba299b6bda12702ba61015b.tar.gz gentoo-b57de6f9102df1304ba299b6bda12702ba61015b.tar.bz2 gentoo-b57de6f9102df1304ba299b6bda12702ba61015b.zip |
x11-misc/xkbset: Remove testing cruft
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-misc/xkbset')
-rw-r--r-- | x11-misc/xkbset/xkbset-0.5_p7_p1.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-misc/xkbset/xkbset-0.5_p7_p1.ebuild b/x11-misc/xkbset/xkbset-0.5_p7_p1.ebuild index 54d3d0f4fc8a..47ac617ee117 100644 --- a/x11-misc/xkbset/xkbset-0.5_p7_p1.ebuild +++ b/x11-misc/xkbset/xkbset-0.5_p7_p1.ebuild @@ -37,11 +37,6 @@ PATCHES=( "${WORKDIR}"/debian/patches/02-clarify-errors.patch ) -pkg_setup() { - ewarn "MAJOR ${DEBIAN_P_MAJOR}" - ewarn "MINOR ${DEBIAN_P_MINOR}" -} - src_compile() { emake CC=$(tc-getCC) INC_PATH= LIB_PATH= } |