diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-03 09:34:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-03 09:34:50 +0000 |
commit | 29b7069d5599f025867efa4b1213ef7bceeae249 (patch) | |
tree | f688da603828c4314f16421fbd59139898fea643 /app-misc/lcd4linux | |
parent | Stable for ppc, wrt bug #529262 (diff) | |
download | gentoo-2-29b7069d5599f025867efa4b1213ef7bceeae249.tar.gz gentoo-2-29b7069d5599f025867efa4b1213ef7bceeae249.tar.bz2 gentoo-2-29b7069d5599f025867efa4b1213ef7bceeae249.zip |
Stable for ppc, wrt bug #529408
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-misc/lcd4linux')
-rw-r--r-- | app-misc/lcd4linux/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/lcd4linux/ChangeLog b/app-misc/lcd4linux/ChangeLog index c4ec2d67fb5d..ec9217bc5248 100644 --- a/app-misc/lcd4linux/ChangeLog +++ b/app-misc/lcd4linux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/lcd4linux # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v 1.44 2014/11/26 10:39:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v 1.45 2014/12/03 09:34:50 ago Exp $ + + 03 Dec 2014; Agostino Sarubbo <ago@gentoo.org> lcd4linux-0.10.1_rc2-r3.ebuild: + Stable for ppc, wrt bug #529408 26 Nov 2014; Agostino Sarubbo <ago@gentoo.org> lcd4linux-0.10.1_rc2-r3.ebuild: Stable for amd64, wrt bug #529408 diff --git a/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild b/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild index f6ae9af7c652..da90b4a7d2ef 100644 --- a/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild,v 1.2 2014/11/26 10:39:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r3.ebuild,v 1.3 2014/12/03 09:34:50 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="mysql python iconv mpd" |