diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-21 18:42:04 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-23 10:29:03 +0000 |
commit | c62bd7b4c2b871849057bd32fd9448de00032bdf (patch) | |
tree | 67bbfa384046c123be968563a36803c5d28ad357 /main/py-roman | |
parent | 9be8e5dbf7732a021e14daa1481b76e8070cc972 (diff) | |
download | aports-c62bd7b4c2b871849057bd32fd9448de00032bdf.tar.bz2 aports-c62bd7b4c2b871849057bd32fd9448de00032bdf.tar.xz |
main/py-roman: specifiy license
Diffstat (limited to 'main/py-roman')
-rw-r--r-- | main/py-roman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-roman/APKBUILD b/main/py-roman/APKBUILD index 43280f1da4..3b1e56404e 100644 --- a/main/py-roman/APKBUILD +++ b/main/py-roman/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Integer to Roman numerals converter" url="http://pypi.python.org/pypi/roman" arch="noarch" -license="Python2.1.1" +license="Python" depends="python" makedepends="python-dev py-setuptools" install="" |