diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-21 08:03:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-21 08:03:51 +0000 |
commit | e4ebf6b0b5e63733d9e33615081c2c9d8d79a143 (patch) | |
tree | 861255a32d95ffc2d4097d08e3364020838534e2 /games-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-e4ebf6b0b5e63733d9e33615081c2c9d8d79a143.tar.gz gentoo-2-e4ebf6b0b5e63733d9e33615081c2c9d8d79a143.tar.bz2 gentoo-2-e4ebf6b0b5e63733d9e33615081c2c9d8d79a143.zip |
Add QA_PREBUILT (bug #432720)
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/caps/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/caps/caps-20071115.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games-emulation/caps/ChangeLog b/games-emulation/caps/ChangeLog index 08ca685f7fa7..9ce3516da799 100644 --- a/games-emulation/caps/ChangeLog +++ b/games-emulation/caps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/caps # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/ChangeLog,v 1.20 2015/01/17 13:54:26 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/ChangeLog,v 1.21 2015/02/21 08:03:51 mr_bones_ Exp $ + + 21 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> caps-20071115.ebuild: + Add QA_PREBUILT (bug #432720) 17 Jan 2015; Tupone Alfredo <tupone@gentoo.org> caps-20071115.ebuild: EAPI 5 diff --git a/games-emulation/caps/caps-20071115.ebuild b/games-emulation/caps/caps-20071115.ebuild index 65a5f0a94311..cc19c45dbb04 100644 --- a/games-emulation/caps/caps-20071115.ebuild +++ b/games-emulation/caps/caps-20071115.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/caps-20071115.ebuild,v 1.6 2015/01/17 13:54:26 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/caps-20071115.ebuild,v 1.7 2015/02/21 08:03:51 mr_bones_ Exp $ + EAPI=5 inherit eutils multilib @@ -22,6 +23,8 @@ RDEPEND="" S=${WORKDIR} +QA_PREBUILT="usr/lib*/libcapsimage.so* usr/bin/ipfinfo" + src_install() { insinto /usr/include/caps doins ipfdevlib_linux/include/caps/capsimage.h |