diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-03-23 13:36:42 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-03-23 13:36:42 +0000 |
commit | 5a5db231847b794a77b8f5f4a8088a8bb84eb99f (patch) | |
tree | 5aaa1a6309c6293e30ba5d7fbdfb62023920a8ab /virtual | |
parent | Readd pyyaml DEPEND. Fixes #544220 (diff) | |
download | gentoo-2-5a5db231847b794a77b8f5f4a8088a8bb84eb99f.tar.gz gentoo-2-5a5db231847b794a77b8f5f4a8088a8bb84eb99f.tar.bz2 gentoo-2-5a5db231847b794a77b8f5f4a8088a8bb84eb99f.zip |
Add a proper Description
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-cffi/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/python-cffi/python-cffi-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/python-cffi/ChangeLog b/virtual/python-cffi/ChangeLog index 0539417380fa..1dec2863e8b0 100644 --- a/virtual/python-cffi/ChangeLog +++ b/virtual/python-cffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-cffi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-cffi/ChangeLog,v 1.1 2015/03/23 09:53:15 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-cffi/ChangeLog,v 1.2 2015/03/23 13:36:42 idella4 Exp $ + + 23 Mar 2015; Ian Delaney <idella4@gentoo.org> python-cffi-0.ebuild: + Add a proper Description *python-cffi-0 (23 Mar 2015) diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild index e6ad6a0f5681..f916e63f90b5 100644 --- a/virtual/python-cffi/python-cffi-0.ebuild +++ b/virtual/python-cffi/python-cffi-0.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/virtual/python-cffi/python-cffi-0.ebuild,v 1.1 2015/03/23 09:53:15 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-cffi/python-cffi-0.ebuild,v 1.2 2015/03/23 13:36:42 idella4 Exp $ EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit python-r1 -DESCRIPTION="EDIT ME" +DESCRIPTION="https://bpaste.net/raw/006f2714152b" HOMEPAGE="" SRC_URI="" |