diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2008-01-06 23:53:26 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2008-01-06 23:53:26 +0000 |
commit | 44b0094c82c67f035488b2e19aac745a06706c69 (patch) | |
tree | d7f6f5fd28bf41b61287f6add74e30aaf813d615 /games-arcade | |
parent | Marked stable on amd64 as per bug 203224. (diff) | |
download | gentoo-2-44b0094c82c67f035488b2e19aac745a06706c69.tar.gz gentoo-2-44b0094c82c67f035488b2e19aac745a06706c69.tar.bz2 gentoo-2-44b0094c82c67f035488b2e19aac745a06706c69.zip |
Test for libpcre built with USE=unicode. Bug #203838
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/smc/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/smc/smc-1.4.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/games-arcade/smc/ChangeLog b/games-arcade/smc/ChangeLog index fe12373cff5f..f31ea2d9e494 100644 --- a/games-arcade/smc/ChangeLog +++ b/games-arcade/smc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/smc -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/smc/ChangeLog,v 1.4 2007/12/30 02:20:48 nyhm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/smc/ChangeLog,v 1.5 2008/01/06 23:53:26 tupone Exp $ + + 06 Jan 2008; Tupone Alfredo <tupone@gentoo.org> smc-1.4.ebuild: + Test for libpcre built with USE=unicode. Bug #203838 by Michiel de Bruijne *smc-1.4 (30 Dec 2007) diff --git a/games-arcade/smc/smc-1.4.ebuild b/games-arcade/smc/smc-1.4.ebuild index 46b81f9db4c7..d441c27b3575 100644 --- a/games-arcade/smc/smc-1.4.ebuild +++ b/games-arcade/smc/smc-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/smc/smc-1.4.ebuild,v 1.2 2008/01/01 18:35:38 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/smc/smc-1.4.ebuild,v 1.3 2008/01/06 23:53:26 tupone Exp $ inherit autotools eutils games @@ -40,6 +40,9 @@ pkg_setup() { if ! built_with_use dev-games/cegui devil ; then die "Please emerge cegui with USE=devil" fi + if ! built_with_use dev-libs/libpcre unicode ; then + die "Please emerge dev-libs/libpcre with USE=unicode" + fi } src_unpack() { |