diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-02-18 17:08:26 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-02-18 17:08:26 +0000 |
commit | 50c1d25b259f97903e0e68cd18089cc9488e6514 (patch) | |
tree | 171335e737531218e56bd67e0c4e1783d2083532 /games-puzzle/cuyo | |
parent | Fix compilation with LDFLAGS="-Wl,--as-needed", thanks to Steffen Hau in bug ... (diff) | |
download | gentoo-2-50c1d25b259f97903e0e68cd18089cc9488e6514.tar.gz gentoo-2-50c1d25b259f97903e0e68cd18089cc9488e6514.tar.bz2 gentoo-2-50c1d25b259f97903e0e68cd18089cc9488e6514.zip |
amd64 stable wrt bug #210368
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/cuyo')
-rw-r--r-- | games-puzzle/cuyo/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/cuyo/cuyo-1.8.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-puzzle/cuyo/ChangeLog b/games-puzzle/cuyo/ChangeLog index 54c2a9a5cea0..5000c5705e1d 100644 --- a/games-puzzle/cuyo/ChangeLog +++ b/games-puzzle/cuyo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/cuyo -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.15 2007/12/11 22:17:12 tupone Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.16 2008/02/18 17:08:26 coldwind Exp $ + + 18 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> cuyo-1.8.6.ebuild: + amd64 stable wrt bug #210368 11 Dec 2007; Tupone Alfredo <tupone@gentoo.org> cuyo-1.8.6.ebuild: Fix build: use moc from qt3 instead of the one in PATH diff --git a/games-puzzle/cuyo/cuyo-1.8.6.ebuild b/games-puzzle/cuyo/cuyo-1.8.6.ebuild index dfaa2aebb50d..581421c6ac7d 100644 --- a/games-puzzle/cuyo/cuyo-1.8.6.ebuild +++ b/games-puzzle/cuyo/cuyo-1.8.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.6.ebuild,v 1.3 2008/02/17 22:06:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.6.ebuild,v 1.4 2008/02/18 17:08:26 coldwind Exp $ inherit toolchain-funcs eutils qt3 games @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/cuyo/${P//_}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="$(qt_min_version 3.3)" |