diff options
author | 2011-02-28 12:34:04 +0000 | |
---|---|---|
committer | 2011-02-28 12:34:04 +0000 | |
commit | a7629f4e6f4cc393ade03f765308d0fd477c8db0 (patch) | |
tree | 23fe1474ac451f60e9dace1626ed543c3870e306 /app-admin | |
parent | Redo ebuild with missed libnotify changes. Patch from Samuli is upstream now. (diff) | |
download | gentoo-2-a7629f4e6f4cc393ade03f765308d0fd477c8db0.tar.gz gentoo-2-a7629f4e6f4cc393ade03f765308d0fd477c8db0.tar.bz2 gentoo-2-a7629f4e6f4cc393ade03f765308d0fd477c8db0.zip |
Fixed prefix support and support for multilib. Bug #356467 and #350092
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-php/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/eselect-php/eselect-php-0.6.4.ebuild (renamed from app-admin/eselect-php/eselect-php-0.6.1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-admin/eselect-php/ChangeLog b/app-admin/eselect-php/ChangeLog index b1667f1ad05f..e4517619a737 100644 --- a/app-admin/eselect-php/ChangeLog +++ b/app-admin/eselect-php/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/eselect-php # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.27 2011/01/30 15:40:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.28 2011/02/28 12:34:04 olemarkus Exp $ + + 28 Feb 2011; Ole Markus With <olemarkus@gentoo.org> + -eselect-php-0.6.1.ebuild, +eselect-php-0.6.4.ebuild: + Fixed prefix support and support for multilib. Bug #356467 and #350092 + +*eselect-php-0.6.4 (28 Feb 2011) 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> eselect-php-0.6.2.ebuild: alpha/ia64/s390/sh/sparc stable diff --git a/app-admin/eselect-php/eselect-php-0.6.1.ebuild b/app-admin/eselect-php/eselect-php-0.6.4.ebuild index e28e62d428d2..385d3359fabe 100644 --- a/app-admin/eselect-php/eselect-php-0.6.1.ebuild +++ b/app-admin/eselect-php/eselect-php-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.6.1.ebuild,v 1.10 2011/01/02 16:50:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.6.4.ebuild,v 1.1 2011/02/28 12:34:04 olemarkus Exp $ EAPI=3 @@ -10,7 +10,7 @@ SRC_URI="http://olemarkus.org/~olemarkus/gentoo/eselect-php-${PV}.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ppc64 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND=">=app-admin/eselect-1.2.4 |