diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-09-24 00:22:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-09-24 00:22:57 +0000 |
commit | c42e5a9541d58d935d8ac49831bc7e5f84c98e14 (patch) | |
tree | 428f65b6c4e0749af9f4fef9d3f84ef8e5d5dc37 /games-action | |
parent | Install libcap.so with +x bits. (diff) | |
download | gentoo-2-c42e5a9541d58d935d8ac49831bc7e5f84c98e14.tar.gz gentoo-2-c42e5a9541d58d935d8ac49831bc7e5f84c98e14.tar.bz2 gentoo-2-c42e5a9541d58d935d8ac49831bc7e5f84c98e14.zip |
QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness)
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/phobiaii/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/phobiaii/phobiaii-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/phobiaii/ChangeLog b/games-action/phobiaii/ChangeLog index 9bfcae8df77b..02b3cf8e60cb 100644 --- a/games-action/phobiaii/ChangeLog +++ b/games-action/phobiaii/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/phobiaii -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/ChangeLog,v 1.12 2010/01/04 12:04:35 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/ChangeLog,v 1.13 2012/09/24 00:22:57 vapier Exp $ + + 24 Sep 2012; Mike Frysinger <vapier@gentoo.org> phobiaii-1.1.ebuild: + QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness) 04 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> phobiaii-1.1.ebuild: Set QA_DT_HASH and QA_PRESTRIPPED instead of using RESTRICT="strip". diff --git a/games-action/phobiaii/phobiaii-1.1.ebuild b/games-action/phobiaii/phobiaii-1.1.ebuild index 764e2a89c048..e0b4e98a23b7 100644 --- a/games-action/phobiaii/phobiaii-1.1.ebuild +++ b/games-action/phobiaii/phobiaii-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/phobiaii-1.1.ebuild,v 1.15 2010/01/04 12:04:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/phobiaii-1.1.ebuild,v 1.16 2012/09/24 00:22:57 vapier Exp $ inherit eutils games @@ -22,7 +22,7 @@ RDEPEND="media-libs/sdl-mixer S=${WORKDIR}/${MY_P} QA_PRESTRIPPED="opt/phobiaii/linuxphobia" -QA_DT_HASH="opt/phobiaii/linuxphobia" +QA_FLAGS_IGNORED="opt/phobiaii/linuxphobia" src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} |