diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-14 23:29:54 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-14 23:29:54 +0000 |
commit | 882a739056712af7e193bcf3b28f7ee0f707109f (patch) | |
tree | 1497a666492f5ffa3abdf84ea6daead029ca4969 /dev-libs | |
parent | x86 stable, bug #499534 (diff) | |
download | gentoo-2-882a739056712af7e193bcf3b28f7ee0f707109f.tar.gz gentoo-2-882a739056712af7e193bcf3b28f7ee0f707109f.tar.bz2 gentoo-2-882a739056712af7e193bcf3b28f7ee0f707109f.zip |
x86 stable, bug #499534
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libexplain/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libexplain/libexplain-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libexplain/ChangeLog b/dev-libs/libexplain/ChangeLog index 2341ed05036a..2482bf664b6e 100644 --- a/dev-libs/libexplain/ChangeLog +++ b/dev-libs/libexplain/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libexplain # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.29 2014/03/08 23:56:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.30 2014/03/14 23:29:54 johu Exp $ + + 14 Mar 2014; Johannes Huber <johu@gentoo.org> libexplain-1.3.ebuild: + x86 stable, bug #499534 08 Mar 2014; Tim Harder <radhermit@gentoo.org> -libexplain-0.52.ebuild, -libexplain-1.0.ebuild, -libexplain-1.1.ebuild, -libexplain-1.2.ebuild, diff --git a/dev-libs/libexplain/libexplain-1.3.ebuild b/dev-libs/libexplain/libexplain-1.3.ebuild index e5a536cb1bf4..a8659024cbcb 100644 --- a/dev-libs/libexplain/libexplain-1.3.ebuild +++ b/dev-libs/libexplain/libexplain-1.3.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/dev-libs/libexplain/libexplain-1.3.ebuild,v 1.2 2014/02/27 12:52:34 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.3.ebuild,v 1.3 2014/03/14 23:29:54 johu Exp $ EAPI=5 @@ -14,7 +14,7 @@ HOMEPAGE="http://libexplain.sourceforge.net/" SRC_URI="http://libexplain.sourceforge.net/${P}.tar.gz" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" LICENSE="GPL-3 LGPL-3" IUSE="doc static-libs" |