diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-06 14:03:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-06 14:03:56 +0000 |
commit | a9064ff56607013ce8f713e7882a8f0382cdfc8a (patch) | |
tree | a73266ac4e57e35f29567b9ce44766f60052eda6 /www-apps/postfixadmin | |
parent | Cleanup (diff) | |
download | gentoo-2-a9064ff56607013ce8f713e7882a8f0382cdfc8a.tar.gz gentoo-2-a9064ff56607013ce8f713e7882a8f0382cdfc8a.tar.bz2 gentoo-2-a9064ff56607013ce8f713e7882a8f0382cdfc8a.zip |
Add ~ppc, wrt bug #369695
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'www-apps/postfixadmin')
-rw-r--r-- | www-apps/postfixadmin/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/postfixadmin/postfixadmin-2.3.5.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www-apps/postfixadmin/ChangeLog b/www-apps/postfixadmin/ChangeLog index 9c8e4b53a7d6..6882aef3d719 100644 --- a/www-apps/postfixadmin/ChangeLog +++ b/www-apps/postfixadmin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/postfixadmin -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.26 2012/07/06 08:41:27 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.27 2013/01/06 14:03:56 ago Exp $ + + 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> postfixadmin-2.3.5.ebuild: + Add ~ppc, wrt bug #369695 06 Jul 2012; Jeff Horelick <jdhore@gentoo.org> postfixadmin-2.3.5.ebuild: marked x86 per bug 400971 @@ -142,4 +145,3 @@ 14 Dec 2005; <php@gunnarwrobel.de> ChangeLog: Initial ebuild import into the overlay. Original ebuild from SteveB <tp22a@softhome.net>. See bug #50035 - diff --git a/www-apps/postfixadmin/postfixadmin-2.3.5.ebuild b/www-apps/postfixadmin/postfixadmin-2.3.5.ebuild index 76e843a7da2f..cbd42f7364a1 100644 --- a/www-apps/postfixadmin/postfixadmin-2.3.5.ebuild +++ b/www-apps/postfixadmin/postfixadmin-2.3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.3.5.ebuild,v 1.3 2012/07/06 08:41:27 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.3.5.ebuild,v 1.4 2013/01/06 14:03:56 ago Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://postfixadmin.sourceforge.net" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc x86" IUSE="+mysql postgres +vacation xmlrpc" REQUIRED_USE="|| ( mysql postgres )" |