diff options
author | 2015-05-21 04:27:43 +0000 | |
---|---|---|
committer | 2015-05-21 04:27:43 +0000 | |
commit | 0bc198ab72a8e62fd4cf7be78c12e15ebac123b0 (patch) | |
tree | dc742fa7dd5b061ee6b813ea70e7bc3e400c2e3b /dev-libs/npth | |
parent | alpha stable, bug 544034. (diff) | |
download | gentoo-2-0bc198ab72a8e62fd4cf7be78c12e15ebac123b0.tar.gz gentoo-2-0bc198ab72a8e62fd4cf7be78c12e15ebac123b0.tar.bz2 gentoo-2-0bc198ab72a8e62fd4cf7be78c12e15ebac123b0.zip |
added ~alpha, bug 546478.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'dev-libs/npth')
-rw-r--r-- | dev-libs/npth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/npth/npth-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/npth/ChangeLog b/dev-libs/npth/ChangeLog index 02caeac5b589..0d300eabf957 100644 --- a/dev-libs/npth/ChangeLog +++ b/dev-libs/npth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/npth # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/ChangeLog,v 1.6 2015/04/26 12:49:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/ChangeLog,v 1.7 2015/05/21 04:27:43 mattst88 Exp $ + + 21 May 2015; Matt Turner <mattst88@gentoo.org> npth-1.1.ebuild: + added ~alpha, bug 546478. 26 Apr 2015; Anthony G. Basile <blueness@gentoo.org> npth-0.91.ebuild, npth-1.0.ebuild, npth-1.1.ebuild: diff --git a/dev-libs/npth/npth-1.1.ebuild b/dev-libs/npth/npth-1.1.ebuild index cea5904c760a..7e1728482ea6 100644 --- a/dev-libs/npth/npth-1.1.ebuild +++ b/dev-libs/npth/npth-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/npth-1.1.ebuild,v 1.4 2015/04/26 12:49:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/npth-1.1.ebuild,v 1.5 2015/05/21 04:27:43 mattst88 Exp $ EAPI=5 inherit autotools-utils @@ -11,5 +11,5 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~hppa ~arm ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="static-libs" |